Arun Prakash Jana 4 years ago
parent
commit
6ea64288bc
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/fzcd

+ 1
- 1
plugins/fzcd View File

@@ -26,7 +26,7 @@ fi
if [ "$?" -eq "0" ]; then
case "$(file -bi "$sel")" in
*directory*) ;;
*) sel=$(dirname $sel) ;;
*) sel=$(dirname "$sel") ;;
esac
nnn_cd "$PWD/$sel"
fi

Loading…
Cancel
Save