Files
superior_dotfiles/private_dot_config/private_fish/functions/open.fish
Szymon P 30f7772a50 Update .config/btop/btop.conf
Update .config/hypr/hyprland/binds/managment.conf
Update .config/fish/fish_variables
Update .config/fish/functions/open.fish
2026-01-16 19:52:40 +01:00

4 lines
155 B
Fish

function open --wraps='nohup xdg-open > /dev/null &' --description 'alias open=nohup xdg-open > /dev/null &'
nohup xdg-open $argv > /dev/null &
end