mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Revert
This commit is contained in:
parent
dca4651cee
commit
065ae00673
1 changed files with 4 additions and 4 deletions
|
@ -43,7 +43,7 @@ if [ -f ~/.ssh/known_hosts ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Complete on history
|
# Complete on history
|
||||||
zstyle ':completion:*:history-words' stop yes
|
#zstyle ':completion:*:history-words' stop yes
|
||||||
zstyle ':completion:*:history-words' remove-all-dups yes
|
#zstyle ':completion:*:history-words' remove-all-dups yes
|
||||||
zstyle ':completion:*:history-words' list false
|
#zstyle ':completion:*:history-words' list false
|
||||||
zstyle ':completion:*:history-words' menu yes
|
#zstyle ':completion:*:history-words' menu yes
|
||||||
|
|
Loading…
Reference in a new issue