X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=blobdiff_plain;f=.bashrc;h=2734999b53d6bcf7068bb4cb5e50cee5e253f337;hp=d33a38db19754697b2ebe38f004171e0dfa97adf;hb=b62044a90d6833e693d6421590f92fb6ad460475;hpb=35a42e34ee4a94725fcda7063e3e09043e063f62 diff --git a/.bashrc b/.bashrc index d33a38d..2734999 100644 --- a/.bashrc +++ b/.bashrc @@ -55,6 +55,13 @@ if [ -d $HOME/bin ]; then export PATH fi +# Put $HOME/Library/Haskell/bin on the path. Installing cabal doesn't +# automatically put installed packages on the path. +if [-d $HOME/Library/Haskell/bin ]; then + PATH="$HOME/Library/Haskell/bin:$PATH" + export PATH +fi + # Put /usr/local/bin (where homebrew installs stuff) before /usr/bin on the # path. This means that if a program exists at both locations, calls to that # program will use the homebrew version rather than the system version.