Update properly Java with bigupdate abbreviation
This commit is contained in:
parent
e14cebcaec
commit
2e520b8fe1
3 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ then
|
||||||
fish -c "abbr - 'cd -'"
|
fish -c "abbr - 'cd -'"
|
||||||
fish -c "abbr cat 'bat'"
|
fish -c "abbr cat 'bat'"
|
||||||
fish -c "abbr nano 'micro'"
|
fish -c "abbr nano 'micro'"
|
||||||
fish -c "abbr bigupdate 'yay -Syu --noconfirm && tldr --update && echo \'y\' | sdk upgrade java'"
|
fish -c "abbr bigupdate 'yay -Syu --noconfirm && tldr --update && sdk update && echo \'y\' | sdk upgrade java'"
|
||||||
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
|
||||||
|
|
|
@ -76,7 +76,7 @@ then
|
||||||
fish -c "abbr - 'cd -'"
|
fish -c "abbr - 'cd -'"
|
||||||
fish -c "abbr cat 'batcat'"
|
fish -c "abbr cat 'batcat'"
|
||||||
fish -c "abbr nano 'micro'"
|
fish -c "abbr nano 'micro'"
|
||||||
fish -c "abbr bigupdate 'sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo snap refresh && tldr --update'"
|
fish -c "abbr bigupdate 'sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo snap refresh && tldr --update && sdk update && echo \'y\' | sdk upgrade java'"
|
||||||
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
|
||||||
|
|
2
wsl.sh
2
wsl.sh
|
@ -86,7 +86,7 @@ then
|
||||||
fish -c "abbr - 'cd -'"
|
fish -c "abbr - 'cd -'"
|
||||||
fish -c "abbr cat 'batcat'"
|
fish -c "abbr cat 'batcat'"
|
||||||
fish -c "abbr nano 'micro'"
|
fish -c "abbr nano 'micro'"
|
||||||
fish -c "abbr bigupdate 'sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && tldr --update'"
|
fish -c "abbr bigupdate 'sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && tldr --update && sdk update && echo \'y\' | sdk upgrade java'"
|
||||||
fish -c "abbr d 'explorer.exe .'"
|
fish -c "abbr d 'explorer.exe .'"
|
||||||
fish -c "abbr tlmgr 'sudo \$(which tlmgr)'"
|
fish -c "abbr tlmgr 'sudo \$(which tlmgr)'"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue