Selaa lähdekoodia

Exit if dir is unchanged

master
Arun Prakash Jana 5 vuotta sitten
vanhempi
commit
877f7b4d62
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      plugins/fzcd

+ 2
- 0
plugins/fzcd Näytä tiedosto

@@ -26,6 +26,8 @@ fi
if [ -n "$sel" ]; then
if ! [ -d "$sel" ]; then
sel=$(dirname "$sel")
elif [ "$sel" = "." ]; then
exit 0
fi

# Remove "./" prefix if it exists


Loading…
Peruuta
Tallenna