yay force -Syu options
This commit is contained in:
parent
8f15c77c61
commit
3b88a7e1b2
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ fish -c "abbr vs 'code .'"
|
||||||
fish -c "abbr untgz 'tar -xvzf'"
|
fish -c "abbr untgz 'tar -xvzf'"
|
||||||
fish -c "abbr - 'cd -'"
|
fish -c "abbr - 'cd -'"
|
||||||
fish -c "abbr cat 'bat'"
|
fish -c "abbr cat 'bat'"
|
||||||
fish -c "abbr bigupdate 'sudo pacman -Syu --noconfirm && yay --noconfirm && tldr --update'"
|
fish -c "abbr bigupdate 'sudo pacman -Syu --noconfirm && yay -Syu --noconfirm && tldr --update'"
|
||||||
fish -c "abbr d 'nautilus . -w &> /dev/null & disown'"
|
fish -c "abbr d 'nautilus . -w &> /dev/null & disown'"
|
||||||
fish -c "abbr spotify 'LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify &> /dev/null & disown'"
|
fish -c "abbr spotify 'LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify &> /dev/null & disown'"
|
||||||
# Remove fish icon
|
# Remove fish icon
|
||||||
|
|
Reference in a new issue