force creating a new window also in cli

This commit is contained in:
Anri 2021-12-09 18:37:54 +01:00
parent f78231dbb1
commit 0f5e87dd66

View file

@ -61,7 +61,7 @@ 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 d 'nautilus . -w &> /dev/null & disown'"
fish -c "abbr spotify 'LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify &> /dev/null & disown'"
fi