diff --git a/plugins/fzcd b/plugins/fzcd index a590d966..0c674ead 100755 --- a/plugins/fzcd +++ b/plugins/fzcd @@ -14,7 +14,7 @@ else fi if [ -n "$sel" ]; then - if [ "$sel" = "." ] || (! [ -d "$sel" ] && ! [ -f "$sel" ]); then + if [ "$sel" = "." ] || { ! [ -d "$sel" ] && ! [ -f "$sel" ]; }; then exit 0 fi