My fish config
This commit is contained in:
3
functions/restart-plasmashell.fish
Normal file
3
functions/restart-plasmashell.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function restart-plasmashell --wraps='killall plasmashell; plasmashell > /dev/null 2>&1 & disown' --description 'alias restart-plasmashell killall plasmashell; plasmashell > /dev/null 2>&1 & disown'
|
||||
killall plasmashell; plasmashell > /dev/null 2>&1 & disown $argv;
|
||||
end
|
||||
Reference in New Issue
Block a user