From dca4651cee556ccdbfe678e695bf9523cc1fc11d Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Mon, 30 Nov 2009 23:28:40 +0100 Subject: Completion from history --- lib/completion.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/completion.zsh b/lib/completion.zsh index c231ee21e..9fe351b33 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 -- cgit v1.2.3-70-g09d2 From 065ae00673f69c792a5778e19590ed50c99e8a04 Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Tue, 1 Dec 2009 23:06:15 +0100 Subject: Revert --- lib/completion.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/completion.zsh b/lib/completion.zsh index 9fe351b33..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 -- cgit v1.2.3-70-g09d2 From dfb3fb5a0a7566d6576d6fb964ff1a29eacbfef4 Mon Sep 17 00:00:00 2001 From: To1ne Date: Thu, 10 Dec 2009 19:04:06 +0100 Subject: No correction on mkdir + removed duplicate nocorrect mv --- lib/correction.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/correction.zsh b/lib/correction.zsh index c9fecb0fe..9d5036933 100644 --- a/lib/correction.zsh +++ b/lib/correction.zsh @@ -3,4 +3,4 @@ setopt correct_all alias man='nocorrect man' alias mv='nocorrect mv' alias mysql='nocorrect mysql' -alias mv='nocorrect mv' +alias mkdir='nocorrect mkdir' \ No newline at end of file -- cgit v1.2.3-70-g09d2 From e429ff9e2bed41f88e3df3315b159fa79a7152fc Mon Sep 17 00:00:00 2001 From: To1ne Date: Sat, 12 Dec 2009 10:12:14 +0100 Subject: no correction on gist --- lib/correction.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/correction.zsh b/lib/correction.zsh index 9d5036933..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 mkdir='nocorrect mkdir' \ No newline at end of file +alias mkdir='nocorrect mkdir' +alias gist='nocorrect gist' \ No newline at end of file -- cgit v1.2.3-70-g09d2