diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2022-07-29 01:31:32 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2022-07-29 01:31:32 +1200 |
commit | 5bad95b47ef6b594a307fdd454641e99bec5947e (patch) | |
tree | b11b35270ab14e4a6c0b62eda1db7f105276f6ca /cabal | |
parent | Remove disused $OS env var and switch (diff) | |
download | dotfiles-5bad95b47ef6b594a307fdd454641e99bec5947e.tar.gz dotfiles-5bad95b47ef6b594a307fdd454641e99bec5947e.zip |
Massively cut down profile scripts
Let's simplify all this a bit.
Diffstat (limited to 'cabal')
-rw-r--r-- | cabal/profile.d/cabal.sh | 3 |
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 |