update default abbr for fish
This commit is contained in:
parent
be2a5244cb
commit
8738c6201f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ fish -c "abbr gcc 'gcc -Wall -Wextra -fanalyzer -g'"
|
|||
fish -c "abbr activate 'source bin/activate.fish'"
|
||||
fish -c "abbr vs 'code .'"
|
||||
fish -c "abbr untgz 'tar -xvzf'"
|
||||
fish -c "abbr cd.. 'cd ..'"
|
||||
fish -c "abbr - 'cd -'"
|
||||
if grep "WSL" /proc/version > /dev/null; # Only for WSL
|
||||
then
|
||||
fish -c "abbr bigupdate 'sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo do-release-upgrade'"
|
||||
|
|
Reference in a new issue