feat(fish): add some plugins, update functions

This commit is contained in:
fbachus
2025-01-10 02:01:36 +01:00
parent 77cb47e4b5
commit 32f6b882a5
7 changed files with 58 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
function restart --argument x
pkill $x && $x &>/dev/null& && jobs | disown
pkill $x && $x &>/dev/null& && sleep 0.2 && jobs | disown
end