From c1e87f9d388e37db08fc907dcafb7ba54352bef7 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 4 Dec 2020 02:54:44 +0100 Subject: [PATCH] zsh: remove setopt completaliases this breaks completion for aliased commands --- brethil_dotfile.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 67bc63e..158b26f 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -30,9 +30,6 @@ setopt INC_APPEND_HISTORY # Execute commands without verifying after prompt substitution (!!, !$, etc) setopt NO_HIST_VERIFY -# Fix command completions on aliases -# setopt completealiases - ## Misc environment variables # https://www.xkcd.com/378/