diff options
-rw-r--r-- | bash/env.profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/env.profile b/bash/env.profile index 3a9eb2a..ac3f13b 100644 --- a/bash/env.profile +++ b/bash/env.profile @@ -11,6 +11,8 @@ appendpath "$HOME/bin" appendpath "$DOTFILEBASE/scripts" appendpath "$HOME/.local/bin" appendpath "$HOME/go/bin" +appendpath "$HOME/.cabal/bin" +appendpath "$HOME/.ghcup/bin" export PATH unset appendpath |