diff options
Diffstat (limited to '.zshrc')
| -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 |