fixed path and xinit

This commit is contained in:
afonsofrancof 2022-11-09 21:42:59 +00:00
parent 2430b5c3d9
commit 99c140cc72

View file

@ -29,5 +29,6 @@ function u
sudo pacman -Syu $argv sudo pacman -Syu $argv
end 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 -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 set PATH $HOME/.local/bin $HOME/.cargo/bin $HOME/.local/bin $PATH