Arun Prakash Jana 5年前
コミット
6ea64288bc
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      plugins/fzcd

+ 1
- 1
plugins/fzcd ファイルの表示

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

読み込み中…
キャンセル
保存