projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
209b533
)
Decided I only want user-installed cabal stuff
author
David Kerkeslager
<kerkeslager@gmail.com>
Wed, 15 Oct 2014 05:42:17 +0000
(
01:42
-0400)
committer
David Kerkeslager
<david.kerkeslager@globalpovertyproject.com>
Tue, 4 Aug 2015 15:01:20 +0000
(15:01 +0000)
.bashrc
patch
|
blob
|
history
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
-# Put $HOME/
Library/Haskel
l/bin on the path. Installing cabal doesn't
+# Put $HOME/
.caba
l/bin on the path. Installing cabal doesn't
# automatically put installed packages on the path.
-if [ -d $HOME/
Library/Haskel
l/bin ]; then
- PATH="$HOME/
Library/Haskel
l/bin:$PATH"
+if [ -d $HOME/
.caba
l/bin ]; then
+ PATH="$HOME/
.caba
l/bin:$PATH"
export PATH
fi