dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d8641984ffea6cac3091448fb3bfbc420063e532
parent 451965535daabe901258d3110e280679e5a8c78c
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 11 Dec 2014 13:02:11 +0100

use haskell for zsh-git-prompt

Diffstat:
M.zshrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -1,5 +1,7 @@ source ~/code/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source ~/code/zsh-git-prompt/zshrc.sh +GIT_PROMPT_EXECUTABLE='haskell' +ZSH_THEME_GIT_PROMPT_CACHE=true ARCH=$(uname)