We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2ac23 commit be25b51Copy full SHA for be25b51
files
@@ -62,5 +62,5 @@ fi
62
if [[ $(uname -a) == *Darwin* ]]; then
63
/usr/bin/open "$CWD"
64
else
65
- /usr/bin/xdg-open "$CWD"
+ /usr/bin/xdg-open "$CWD" 2>/dev/null 1>/dev/null
66
fi
0 commit comments