Decided I only want user-installed cabal stuff
authorDavid Kerkeslager <kerkeslager@gmail.com>
Wed, 15 Oct 2014 05:42:17 +0000 (01:42 -0400)
committerDavid Kerkeslager <david.kerkeslager@globalpovertyproject.com>
Tue, 4 Aug 2015 15:01:20 +0000 (15:01 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index 08021f5..fad15ea 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -55,10 +55,10 @@ if [ -d $HOME/bin ]; then
        export PATH
 fi
 
        export PATH
 fi
 
-# Put $HOME/Library/Haskell/bin on the path. Installing cabal doesn't
+# Put $HOME/.cabal/bin on the path. Installing cabal doesn't
 # automatically put installed packages on the path.
 # automatically put installed packages on the path.
-if [ -d $HOME/Library/Haskell/bin ]; then
-    PATH="$HOME/Library/Haskell/bin:$PATH"
+if [ -d $HOME/.cabal/bin ]; then
+    PATH="$HOME/.cabal/bin:$PATH"
     export PATH
 fi
 
     export PATH
 fi