From dcdd509fa0e19ae83762b810ea6fde9d397aa057 Mon Sep 17 00:00:00 2001 From: Dukantic Date: Mon, 24 Nov 2025 21:43:29 +0100 Subject: [PATCH] oui --- config/fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) 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