1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-18 14:58:34 +02:00

zsh: remove setopt completaliases

this breaks completion for aliased commands
This commit is contained in:
bretello 2020-12-04 02:54:44 +01:00
parent 86f8dd7665
commit c1e87f9d38
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

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/