chore: alias to install and update system , i and u respectively

This commit is contained in:
Afonso Franco 2022-11-08 15:48:21 +00:00
parent 45e1be51e5
commit 1ae198a362
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

View file

@ -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