We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ffd8e commit a25db84Copy full SHA for a25db84
util/custom-git-explorer/__open_web_page
@@ -16,7 +16,7 @@ function __open_web_page() {
16
if command -v open >/dev/null 2>&1; then
17
open "${url}"
18
elif command -v xdg-open >/dev/null 2>&1; then
19
- xdg-open "${url}"
+ xdg-open "${url}" &> /dev/null
20
else
21
__print_info "URL: ${url}"
22
fi
0 commit comments