Skip to content

Commit be25b51

Browse files
committed
Update files script
Redirect output of files script when launching xdg-open Signed-off-by: Scott Lowe <[email protected]>
1 parent 1a2ac23 commit be25b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ fi
6262
if [[ $(uname -a) == *Darwin* ]]; then
6363
/usr/bin/open "$CWD"
6464
else
65-
/usr/bin/xdg-open "$CWD"
65+
/usr/bin/xdg-open "$CWD" 2>/dev/null 1>/dev/null
6666
fi

0 commit comments

Comments
 (0)