From cec088937904dcf162280b8b2ae9e317073edcbb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Mar 2012 17:16:18 -0600 Subject: this is really a plugin, i guess --- zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zshrc') 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' -- cgit v1.2.3-54-g00ecf