diff --git a/config/fish/config.fish b/config/fish/config.fish index 589f768..e5472c7 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -3,3 +3,5 @@ if status is-interactive end function fish_greeting end + +set -q GHCUP_INSTALL_BASE_PREFIX[1]; or set GHCUP_INSTALL_BASE_PREFIX $HOME ; set -gx PATH $HOME/.cabal/bin /home/dukantic/.ghcup/bin $PATH # ghcup-env \ No newline at end of file