aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc11
1 files changed, 11 insertions, 0 deletions
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