mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Make tmuxifier-alias return 1 when no alias is matched
This commit is contained in:
@@ -30,4 +30,7 @@ case "$1" in
|
||||
"list-win" | "lsw" )
|
||||
echo "list-windows"
|
||||
;;
|
||||
* )
|
||||
echo "unknown alias \"$1\""
|
||||
exit 1
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user