소스 검색

Exit if dir is unchanged

master
Arun Prakash Jana 4 년 전
부모
커밋
877f7b4d62
No known key found for this signature in database 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


불러오는 중...
취소
저장