Arun Prakash Jana před 5 roky
rodič
revize
6ea64288bc
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      plugins/fzcd

+ 1
- 1
plugins/fzcd Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit