add terminal settings
This commit is contained in:
4
.config/fish/functions/restart.fish
Normal file
4
.config/fish/functions/restart.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function restart --argument x
|
||||
|
||||
pkill $x && $x &>/dev/null& && jobs | disown
|
||||
end
|
||||
Reference in New Issue
Block a user