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 2322b1dfbe2f2d075787957a119accc28fc92b4b
parent 5050303c319492b4a7b1bf5b2713e9b20ea22c86
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 12 Mar 2015 09:52:47 +0100

hide path of cabal binary

Diffstat:
M.zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.zshrc b/.zshrc @@ -1,7 +1,7 @@ source ~/code/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source ~/code/zsh-git-prompt/zshrc.sh -if command -v cabal 2>/dev/null; then +if command -v cabal &>/dev/null; then GIT_PROMPT_EXECUTABLE='haskell' fi ZSH_THEME_GIT_PROMPT_CACHE=true