From 99c140cc72912a6b55eef90fc264f1aa8be47547 Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Wed, 9 Nov 2022 21:42:59 +0000 Subject: [PATCH] fixed path and xinit --- .config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 325238d..06367d1 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -29,5 +29,6 @@ function u sudo pacman -Syu $argv end +set PATH /home/afonso/.rustup/toolchains/stable-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