summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2024-08-13 14:45:44 +0400
committerAndrew Guschin <guschin@altlinux.org>2024-08-13 14:45:44 +0400
commit0fdb369ebd04e2236cf2ddcee453159983ef55c5 (patch)
tree9385da0986e1c80bb1779fbcc6247d4711d4c443 /.zshrc
parentb65cece3faa77e854ae0fe7ff20ff3613039e5a1 (diff)
remove output of open() function
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 0f69bb3..249eb15 100644
--- a/.zshrc
+++ b/.zshrc
@@ -49,7 +49,7 @@ cdf() {
if [ "$(uname)" != "Darwin" ]; then
open() {
- setsid xdg-open $@
+ setsid xdg-open $@ 2> /dev/null > /dev/null
}
fi