zsh: remove setopt completaliases

this breaks completion for aliased commands
feature/symbol-search
bretello 2020-12-04 02:54:44 +01:00
parent 86f8dd7665
commit c1e87f9d38
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 0 additions and 3 deletions

View File

@ -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/