diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/completion.zsh | 8 | ||||
-rw-r--r-- | lib/correction.zsh | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/lib/completion.zsh b/lib/completion.zsh index c231ee21e..46b6d8f65 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -43,7 +43,7 @@ if [ -f ~/.ssh/known_hosts ]; then fi # Complete on history -# zstyle ':completion:*:history-words' stop yes -# zstyle ':completion:*:history-words' remove-all-dups yes -# zstyle ':completion:*:history-words' list false -# zstyle ':completion:*:history-words' menu yes +#zstyle ':completion:*:history-words' stop yes +#zstyle ':completion:*:history-words' remove-all-dups yes +#zstyle ':completion:*:history-words' list false +#zstyle ':completion:*:history-words' menu yes diff --git a/lib/correction.zsh b/lib/correction.zsh index c9fecb0fe..62d46da19 100644 --- a/lib/correction.zsh +++ b/lib/correction.zsh @@ -3,4 +3,5 @@ setopt correct_all alias man='nocorrect man' alias mv='nocorrect mv' alias mysql='nocorrect mysql' -alias mv='nocorrect mv' +alias mkdir='nocorrect mkdir' +alias gist='nocorrect gist'
\ No newline at end of file |