force creating a new window also in cli
This commit is contained in:
parent
f78231dbb1
commit
0f5e87dd66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue