dotfiles/.config/fish/functions/spawn.fish
2023-11-25 01:34:13 -05:00

3 lines
64 B
Fish

function spawn
nohup $argv >/dev/null 2>&1 </dev/null &
end