...
|
...
|
@@ -43,7 +43,7 @@ if [ -f ~/.ssh/known_hosts ]; then
|
43
|
43
|
fi
|
44
|
44
|
|
45
|
45
|
# Complete on history
|
46
|
|
-# zstyle ':completion:*:history-words' stop yes
|
47
|
|
-# zstyle ':completion:*:history-words' remove-all-dups yes
|
48
|
|
-# zstyle ':completion:*:history-words' list false
|
49
|
|
-# zstyle ':completion:*:history-words' menu yes
|
|
46
|
+zstyle ':completion:*:history-words' stop yes
|
|
47
|
+zstyle ':completion:*:history-words' remove-all-dups yes
|
|
48
|
+zstyle ':completion:*:history-words' list false
|
|
49
|
+zstyle ':completion:*:history-words' menu yes
|