From 19298f6efcea91c13672df70abf976618e548d88 Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 23 Jan 2016 13:10:12 -0700 Subject: PATH for cabal --- .zshrc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.zshrc b/.zshrc index 35f8cda..b8a01a7 100644 --- a/.zshrc +++ b/.zshrc @@ -20,6 +20,17 @@ bindkey -e setopt notify unsetopt beep +##################### MISC #################### + +# path for haskell builds +if [[ -d ~/.cabal/bin ]]; then + PATH=$PATH:~/.cabal/bin +fi + +if [[ -d ~/.cabal-sandbox/bin ]]; then + PATH=$PATH:~/.cabal-sandbox/bin +fi + #################### PROMPT ################### PROMPT="%{%B$fg[white]%}┌[" # if non-zero, previous return val -- cgit v1.2.3