From 3069bd0ebd8f9d5396e69bbddb64e6a2dcc29edf Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 11 Mar 2022 18:35:49 +0100 Subject: bash env ghcup --- bash/env.profile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3