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