Add .config/fish/functions/open.fish

This commit is contained in:
2026-01-16 18:58:30 +01:00
parent e8d6fd17b8
commit 74a144d60a

View File

@@ -0,0 +1,3 @@
function open --wraps='nohup xdg-open > /dev/null &' --description 'alias open=nohup xdg-open > /dev/null &'
nohup xdg-open > /dev/null & $argv
end