From 7aca512f32aaa9eff78d9c2bd73e3db4b124661f Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Fri, 13 Nov 2009 22:02:42 +0100 Subject: [PATCH 1/8] Theme tonotdo upgrade --- themes/tonotdo.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tonotdo.zsh-theme b/themes/tonotdo.zsh-theme index 478f01de..f46d165d 100644 --- a/themes/tonotdo.zsh-theme +++ b/themes/tonotdo.zsh-theme @@ -1,8 +1,8 @@ -PROMPT='%{$fg_no_bold[cyan]%}%n%{$fg_no_bold[yellow]%}•%{$fg_no_bold[magenta]%}%3~$(git_prompt_info)%{$reset_color%}» ' +PROMPT='%{$fg_no_bold[cyan]%}%n%{$fg_no_bold[yellow]%}•%{$fg_no_bold[green]%}%3~$(git_prompt_info)%{$reset_color%}» ' RPROMPT='[%*]' # git theming -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[green]%}" +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[magenta]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[blue]%})" ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}⚡%{$fg_bold[blue]%})" From 5bd19908919f9de691797a5a4589ac49bf6ed356 Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Fri, 13 Nov 2009 23:39:07 +0100 Subject: [PATCH 2/8] tonotdo theme like I like it --- themes/tonotdo.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tonotdo.zsh-theme b/themes/tonotdo.zsh-theme index f46d165d..70f224ee 100644 --- a/themes/tonotdo.zsh-theme +++ b/themes/tonotdo.zsh-theme @@ -1,8 +1,8 @@ -PROMPT='%{$fg_no_bold[cyan]%}%n%{$fg_no_bold[yellow]%}•%{$fg_no_bold[green]%}%3~$(git_prompt_info)%{$reset_color%}» ' +PROMPT='%{$fg_no_bold[cyan]%}%n%{$fg_no_bold[magenta]%}•%{$fg_no_bold[green]%}%3~$(git_prompt_info)%{$reset_color%}» ' RPROMPT='[%*]' # git theming -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[magenta]%}" +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[yellow]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[blue]%})" ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}⚡%{$fg_bold[blue]%})" From 6524bee2ce5996bdb03e9efff174b16028beca68 Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Fri, 13 Nov 2009 23:44:28 +0100 Subject: [PATCH 3/8] tonotdo theme still not like I wanted --- themes/tonotdo.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tonotdo.zsh-theme b/themes/tonotdo.zsh-theme index 70f224ee..2a171a79 100644 --- a/themes/tonotdo.zsh-theme +++ b/themes/tonotdo.zsh-theme @@ -2,10 +2,10 @@ PROMPT='%{$fg_no_bold[cyan]%}%n%{$fg_no_bold[magenta]%}•%{$fg_no_bold[green]%} RPROMPT='[%*]' # git theming -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[yellow]%}" +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[red]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[blue]%})" -ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}⚡%{$fg_bold[blue]%})" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[yellow]%}⚡%{$fg_bold[blue]%})" # LS colors, made with http://geoff.greer.fm/lscolors/ export LSCOLORS="Gxfxcxdxbxegedabagacad" From 3f49658cb53c589808e7fac47f4a6837c503292d Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Fri, 13 Nov 2009 23:55:37 +0100 Subject: [PATCH 4/8] tonotdo theme: Back to the original --- themes/tonotdo.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tonotdo.zsh-theme b/themes/tonotdo.zsh-theme index 2a171a79..a6407034 100644 --- a/themes/tonotdo.zsh-theme +++ b/themes/tonotdo.zsh-theme @@ -1,11 +1,11 @@ -PROMPT='%{$fg_no_bold[cyan]%}%n%{$fg_no_bold[magenta]%}•%{$fg_no_bold[green]%}%3~$(git_prompt_info)%{$reset_color%}» ' +PROMPT='%{$fg_no_bold[cyan]%}%n%{$fg_no_bold[magenta]%}➜%{$fg_no_bold[green]%}%3~$(git_prompt_info)%{$reset_color%}» ' RPROMPT='[%*]' # git theming ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[red]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[blue]%})" -ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[yellow]%}⚡%{$fg_bold[blue]%})" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[yellow]%}✗%{$fg_bold[blue]%})" # LS colors, made with http://geoff.greer.fm/lscolors/ export LSCOLORS="Gxfxcxdxbxegedabagacad" From dca4651cee556ccdbfe678e695bf9523cc1fc11d Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Mon, 30 Nov 2009 23:28:40 +0100 Subject: [PATCH 5/8] Completion from history --- lib/completion.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/completion.zsh b/lib/completion.zsh index c231ee21..9fe351b3 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 From 065ae00673f69c792a5778e19590ed50c99e8a04 Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Tue, 1 Dec 2009 23:06:15 +0100 Subject: [PATCH 6/8] Revert --- lib/completion.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/completion.zsh b/lib/completion.zsh index 9fe351b3..46b6d8f6 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 From dfb3fb5a0a7566d6576d6fb964ff1a29eacbfef4 Mon Sep 17 00:00:00 2001 From: To1ne Date: Thu, 10 Dec 2009 19:04:06 +0100 Subject: [PATCH 7/8] No correction on mkdir + removed duplicate nocorrect mv --- lib/correction.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/correction.zsh b/lib/correction.zsh index c9fecb0f..9d503693 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 From e429ff9e2bed41f88e3df3315b159fa79a7152fc Mon Sep 17 00:00:00 2001 From: To1ne Date: Sat, 12 Dec 2009 10:12:14 +0100 Subject: [PATCH 8/8] no correction on gist --- lib/correction.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/correction.zsh b/lib/correction.zsh index 9d503693..62d46da1 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