aboutsummaryrefslogtreecommitdiff
path: root/cabal/profile.d/cabal.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cabal/profile.d/cabal.sh')
-rw-r--r--cabal/profile.d/cabal.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/cabal/profile.d/cabal.sh b/cabal/profile.d/cabal.sh
index b5730916..638f8d04 100644
--- a/cabal/profile.d/cabal.sh
+++ b/cabal/profile.d/cabal.sh
@@ -1,3 +1,2 @@
-# Include user-built Haskell programs if the dir exists
-[ -d "$HOME"/.cabal/bin ] || return
+# Include user-built Haskell programs
PATH=$HOME/.cabal/bin:$PATH