Skip to content
Snippets Groups Projects
Commit eefb1e96 authored by JiriKalvoda's avatar JiriKalvoda
Browse files

BASH Change gopen.

parent f5a36624
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ BG()
}
gopen()
{
( xdg-open "$@" 2>/dev/null & )
( xdg-open "$@" 2>/dev/null 1>/dev/null & )
}
run()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment