Remove .config/fish/functions/open.fish

This commit is contained in:
2026-01-16 18:57:23 +01:00
parent 6742e6be24
commit e8d6fd17b8

View File

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