options printout on wrong bt edit
This commit is contained in:
parent
ecc1a74b37
commit
2dac28b97f
4
bt
4
bt
@ -58,9 +58,9 @@ if [ "$1" = "edit" ]; then
|
||||
case $2 in
|
||||
"config")${EDITOR:-vim} "$CONFIG";;
|
||||
"paired")${EDITOR:-vim} "$PAIRLIST";;
|
||||
"blacklist")${EDITOR:-vim} "$BLACKLIST";;
|
||||
"alias")${EDITOR:-vim} "$ALIASLIST";;
|
||||
*)true;;
|
||||
"blacklist")${EDITOR:-vim} "$BLACKLIST";;
|
||||
*)echo "options: config/paired/alias/blacklist" && exit 1;;
|
||||
esac
|
||||
exit
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user