소스 검색

For try_git print out the directory cd'd to similar to cd -

master
Mitch Tishmack 6 년 전
부모
커밋
0b0308cb64
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      dotprofile.org

+ 4
- 1
dotprofile.org 파일 보기

@@ -260,7 +260,10 @@ try_git()
fi
fi
else
[ -d "${repo}" ] && cd "${repo}"
if [ -d "${repo}" ]; then
echo "${repo}" | sed -e "s|$HOME|~|"
cd "${repo}"
fi
fi
}



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