summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-12-12 14:10:05 -0800
committerRobby Russell <robby@planetargon.com>2009-12-12 14:10:05 -0800
commit4419c5c3475c00b97671c7041c0fd7d7eb4b205e (patch)
treedf75d3d6dec4ea4b08b1d07a61dd81e3d0dc618a /lib
parentc08e1e0ca0fcc416a3881f39d1ceee6f72bad054 (diff)
parente429ff9e2bed41f88e3df3315b159fa79a7152fc (diff)
downloadzsh-4419c5c3475c00b97671c7041c0fd7d7eb4b205e.tar.gz
zsh-4419c5c3475c00b97671c7041c0fd7d7eb4b205e.tar.bz2
zsh-4419c5c3475c00b97671c7041c0fd7d7eb4b205e.zip
Merge commit 'e429ff9e2bed41f88e3df3315b159fa79a7152fc'
Diffstat (limited to 'lib')
-rw-r--r--lib/completion.zsh8
-rw-r--r--lib/correction.zsh3
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