From 8eb23502b1b20a31f71efa44a386c583089c6b0a Mon Sep 17 00:00:00 2001 From: afranco Date: Tue, 22 Nov 2022 18:07:26 +0000 Subject: [PATCH] chore: Replaced 'set' path with fish_add_path --- .config/fish/config.fish | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 7204015..65c8df9 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -37,6 +37,7 @@ function u sudo pacman -Syu $argv end -set PATH /home/afonso/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin $PATH set -q GHCUP_INSTALL_BASE_PREFIX[1]; or set GHCUP_INSTALL_BASE_PREFIX $HOME ; set -gx PATH $HOME/.cabal/bin /home/afonso/.ghcup/bin $PATH # ghcup-env -set PATH $HOME/.local/bin $HOME/.cargo/bin $HOME/.local/bin $PATH +fish_add_path /home/afonso/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin +fish_add_path $HOME/.local/bin +fish_add_path $HOME/.cargo/bin