remove useless semicolon
This commit is contained in:
parent
27711e6cb5
commit
be2a5244cb
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ then
|
|||
fish -c "abbr d 'explorer.exe .'"
|
||||
else # if regular distro (i.e. Ubuntu)
|
||||
fish -c "abbr bigupdate 'sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo snap refresh'"
|
||||
fish -c "abbr d 'nautilus . &> /dev/null &;disown'"
|
||||
fish -c "abbr spotify 'LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify &> /dev/null &;disown'"
|
||||
fish -c "abbr d 'nautilus . &> /dev/null & disown'"
|
||||
fish -c "abbr spotify 'LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify &> /dev/null & disown'"
|
||||
fi
|
||||
|
||||
echo "You must log out to finish applying the changes."
|
||||
|
|
Reference in a new issue