diff options
Diffstat (limited to 'files/.zsh/rc/S50_functions')
| -rw-r--r-- | files/.zsh/rc/S50_functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/.zsh/rc/S50_functions b/files/.zsh/rc/S50_functions index 8667d8d..ffb6016 100644 --- a/files/.zsh/rc/S50_functions +++ b/files/.zsh/rc/S50_functions @@ -31,7 +31,7 @@ EOM } open() { - if [ $# == 0 ] ; then + if [ $# = 0 ] ; then xdg-open . else xdg-open $* |
