diff --git a/bt b/bt index f56e295..9e6dbfb 100755 --- a/bt +++ b/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