Arun Prakash Jana
пре 4 година
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 измењених фајлова са
3 додато и
3 уклоњено
-
plugins/fzcd
|
|
@@ -24,14 +24,14 @@ if [ -n "$sel" ]; then |
|
|
|
# by fzf command is absolute |
|
|
|
case $sel in |
|
|
|
/*) nnn_cd "$sel" ;; |
|
|
|
*) |
|
|
|
*) |
|
|
|
# Remove "./" prefix if it exists |
|
|
|
sel="${sel#./}" |
|
|
|
|
|
|
|
|
|
|
|
if [ "$PWD" = "/" ]; then |
|
|
|
nnn_cd "/$sel" |
|
|
|
else |
|
|
|
nnn_cd "$PWD/$sel" |
|
|
|
fi;; |
|
|
|
esac |
|
|
|
esac |
|
|
|
fi |