added fish config
This commit is contained in:
3
fish/functions/open.fish
Normal file
3
fish/functions/open.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function open -d "Open an application detached from the terminal"
|
||||
nohup $argv >/dev/null 2>&1 &
|
||||
end
|
Reference in New Issue
Block a user