diff --git a/private_dot_config/private_fish/functions/open.fish b/private_dot_config/private_fish/functions/open.fish new file mode 100644 index 0000000..791c86b --- /dev/null +++ b/private_dot_config/private_fish/functions/open.fish @@ -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