diff options
| author | Anton Bobov <abobov@gmail.com> | 2020-03-06 21:39:16 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2020-03-06 21:39:16 +0500 |
| commit | 158b95594a3153b346413996493d10ac791030a0 (patch) | |
| tree | 6e68896235e24f56e7826d69be3f713cf1eaf3d7 /files/.zsh/rc/S50_functions | |
| parent | eb1e2e2f52a046d877e3e2f6e980e6a9912eade3 (diff) | |
Updates.
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 $* |
