Arun Prakash Jana
5 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with
1 additions and
1 deletions
-
plugins/fzcd
|
@@ -26,7 +26,7 @@ fi |
|
|
if [ "$?" -eq "0" ]; then |
|
|
if [ "$?" -eq "0" ]; then |
|
|
case "$(file -bi "$sel")" in |
|
|
case "$(file -bi "$sel")" in |
|
|
*directory*) ;; |
|
|
*directory*) ;; |
|
|
*) sel=$(dirname $sel) ;; |
|
|
|
|
|
|
|
|
*) sel=$(dirname "$sel") ;; |
|
|
esac |
|
|
esac |
|
|
nnn_cd "$PWD/$sel" |
|
|
nnn_cd "$PWD/$sel" |
|
|
fi |
|
|
fi |