diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2024-08-13 14:45:44 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2024-08-13 14:45:44 +0400 |
| commit | 0fdb369ebd04e2236cf2ddcee453159983ef55c5 (patch) | |
| tree | 9385da0986e1c80bb1779fbcc6247d4711d4c443 | |
| parent | b65cece3faa77e854ae0fe7ff20ff3613039e5a1 (diff) | |
remove output of open() function
| -rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ cdf() { if [ "$(uname)" != "Darwin" ]; then open() { - setsid xdg-open $@ + setsid xdg-open $@ 2> /dev/null > /dev/null } fi |