alias to install and update system , i and u respectively
This commit is contained in:
parent
6a6ba9cd6b
commit
73b29f4c1e
1 changed files with 7 additions and 3 deletions
|
@ -21,9 +21,13 @@ function core
|
||||||
sudo docker exec -it core core-gui
|
sudo docker exec -it core core-gui
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function i
|
||||||
|
sudo pacman -S $argv
|
||||||
|
end
|
||||||
|
|
||||||
set PATH $HOME/.cargo/bin $HOME/.local/bin $PATH
|
function u
|
||||||
|
sudo pacman -Syu $argv
|
||||||
#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
|
end
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue