aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-03-11 18:35:49 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-03-11 18:35:49 +0100
commit3069bd0ebd8f9d5396e69bbddb64e6a2dcc29edf (patch)
tree40288862439107f0ef116a5c7741e47d303af63f /bash
parent867d44839c567ed41f445bbbefaff5e8ea583b52 (diff)
downloaddotfiles-3069bd0ebd8f9d5396e69bbddb64e6a2dcc29edf.tar.gz
bash env ghcup
Diffstat (limited to 'bash')
-rw-r--r--bash/env.profile2
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