This commit is contained in:
Arun Prakash Jana 2019-11-09 03:47:49 +05:30
parent 12f108cac9
commit 6ea64288bc
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

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