mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-24 20:41:31 +01:00
zsh: remove setopt completaliases
this breaks completion for aliased commands
This commit is contained in:
parent
86f8dd7665
commit
c1e87f9d38
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue
Block a user