mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Change output format of list commands
This commit is contained in:
@@ -15,5 +15,5 @@ fi
|
||||
list=$(find -L "$TMUXIFIER_LAYOUT_PATH" -name "*.window.sh")
|
||||
for file in $list; do
|
||||
file=${file/$TMUXIFIER_LAYOUT_PATH\//}
|
||||
echo " ${file/.window.sh/}"
|
||||
echo "${file/.window.sh/}"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user