Update config after a long time

This commit is contained in:
Afonso Franco 2023-09-18 07:20:52 +01:00
parent 7ac1b932a7
commit c789e148a1
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
39 changed files with 1278 additions and 125 deletions

View file

@ -1,5 +1,5 @@
abbr -a i sudo pacman -S
abbr -a s sudo pacman -Ss
abbr -a u sudo pacman -Syu
abbr -a u yay -Syu
abbr -a r sudo pacman -Rns

View file

@ -1,10 +1,11 @@
function ls
exa --icons -l $argv
eza --icons -l $argv
end
abbr -a find fd
abbr -a df duf
abbr -a v nvim
abbr -a lg lazygit
abbr -a firefox firefox-beta
function rm
echo "rm is disabled, use trash instead"
end