aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-05-01 16:27:06 -0700
committerkatherine <shmibs@shmibbles.me>2016-05-01 16:27:06 -0700
commit36855decf8df270927f120dc19d0c09909eaf17d (patch)
treeb8c895d29552e85fa680be012d773ebe1cc5b507 /.zshrc
parentf631180fa4e5565c22b212f3e00bd0f5e47dd96e (diff)
downloaddotfiles-36855decf8df270927f120dc19d0c09909eaf17d.tar.gz
cabal in PATH
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/.zshrc b/.zshrc
index 516fc3f..84bc602 100644
--- a/.zshrc
+++ b/.zshrc
@@ -22,15 +22,6 @@ 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
-
# dynamic title
if [[ "$TERM" == "rxvt-256color" ]]; then