From 158b95594a3153b346413996493d10ac791030a0 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 6 Mar 2020 21:39:16 +0500 Subject: Updates. --- files/.zsh/rc/S50_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/.zsh/rc/S50_functions') 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 $* -- cgit v1.2.3