summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-01 17:16:18 -0600
committerJesse Luehrs <doy@tozt.net>2012-03-01 18:07:31 -0600
commitcec088937904dcf162280b8b2ae9e317073edcbb (patch)
tree14e2b91edaaa30fbf37b495426633febd7febe0c /zshrc
parent41a5497f0d420524d14a032208ca8b40e7593c4f (diff)
downloadconf-cec088937904dcf162280b8b2ae9e317073edcbb.tar.gz
conf-cec088937904dcf162280b8b2ae9e317073edcbb.zip
this is really a plugin, i guess
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 44605cf..2d4a04b 100644
--- a/zshrc
+++ b/zshrc
@@ -26,7 +26,6 @@ esac # }}}
# external files {{{
source ~/.zshcomplete
source ~/.zshinput
-source ~/.sh/cdhist.sh
# }}}
# zsh configuration {{{
autoload -U colors
@@ -43,6 +42,9 @@ export HISTSIZE=1000000000
export SAVEHIST=1000000000
export SPROMPT="Correct $fg[red]%R$reset_color to $fg[green]%r$reset_color? [ynae] "
# plugins {{{
+# cdhist {{{
+source ~/.sh/cdhist.sh
+# }}}
# zsh-syntax-highlighting {{{
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
ZSH_HIGHLIGHT_STYLES[path]='fg=blue,bold'