浏览代码

Exit if dir is unchanged

master
Arun Prakash Jana 5 年前
父节点
当前提交
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


||||||
x
 
000:0
正在加载...
取消
保存