3 lines
103 B
Fish
3 lines
103 B
Fish
function open -d "Open an application detached from the terminal"
|
|
nohup $argv >/dev/null 2>&1 &
|
|
end |