mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Improve error output from edit-session and edit-window commands
This commit is contained in:
@@ -22,7 +22,7 @@ if [ ! -f "$layout_file" ]; then
|
||||
echo "tmuxifier: session layout '$layout_name' does not exist." >&2
|
||||
echo "" >&2
|
||||
echo "You can create it with:" >&2
|
||||
echo " tmuxifier new-session $layout_name" >&2
|
||||
echo " tmuxifier new-session '$layout_name'" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ if [ ! -f "$layout_file" ]; then
|
||||
echo "tmuxifier: window layout '$layout_name' does not exist." >&2
|
||||
echo "" >&2
|
||||
echo "You can create it with:" >&2
|
||||
echo " tmuxifier new-window $layout_name" >&2
|
||||
echo " tmuxifier new-window '$layout_name'" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user