ソースを参照

Exit if dir is unchanged

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

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

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


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