Arun Prakash Jana
5 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with
2 additions and
0 deletions
-
plugins/fzcd
|
@@ -26,6 +26,8 @@ fi |
|
|
if [ -n "$sel" ]; then |
|
|
if [ -n "$sel" ]; then |
|
|
if ! [ -d "$sel" ]; then |
|
|
if ! [ -d "$sel" ]; then |
|
|
sel=$(dirname "$sel") |
|
|
sel=$(dirname "$sel") |
|
|
|
|
|
elif [ "$sel" = "." ]; then |
|
|
|
|
|
exit 0 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# Remove "./" prefix if it exists |
|
|
# Remove "./" prefix if it exists |
|
|