fixed path and xinit
This commit is contained in:
parent
2430b5c3d9
commit
99c140cc72
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue