mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Consistent error message
This commit is contained in:
@@ -17,6 +17,6 @@ if [ ! -z $TMUX ]; then
|
||||
session="$(tmuxifier-current-session)"
|
||||
load_window "$1"
|
||||
else
|
||||
echo "ERROR: 'window' command can only be used from within Tmux."
|
||||
echo "tmuxifier: 'window' command can only be used from within Tmux."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user