remove useless semicolon

This commit is contained in:
Mylloon 2021-12-02 15:26:19 +01:00
parent 27711e6cb5
commit be2a5244cb

View file

@ -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."