aboutsummaryrefslogtreecommitdiff
path: root/cabal/profile.d/cabal.sh
blob: b5730916799b9aeeb1558855043122f43011e516 (plain) (blame)
1
2
3
# Include user-built Haskell programs if the dir exists
[ -d "$HOME"/.cabal/bin ] || return
PATH=$HOME/.cabal/bin:$PATH