diff --git a/plugins/fzopen b/plugins/fzopen index c44122a0..57035b5c 100755 --- a/plugins/fzopen +++ b/plugins/fzopen @@ -42,8 +42,8 @@ fi if [ "$3" ]; then if [ "$entry" ]; then case "$entry" in - /*) fullpath="$PWD/$entry" ;; - *) fullpath="$entry" ;; + /*) fullpath="$entry" ;; + *) fullpath="$PWD/$entry" ;; esac if [ "-" = "$3" ]; then printf "%s\n" "$fullpath"