이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
mitchty
/
dotfiles
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Rename osx/.profile.d/01-path-osx.sh to 10-path-osx.sh
Was incorrect in the first place, oops.
cray
Mitch Tishmack
11 년 전
부모
93ca7ec9ed
커밋
35a25e6805
2개의 변경된 파일
과
5개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
osx/.profile.d/01-path-osx.sh
+5
-0
osx/.profile.d/10-path-osx.sh
+ 0
- 3
osx/.profile.d/01-path-osx.sh
파일 보기
@@ -1,3 +0,0 @@
# osx/.profile.d/10-path-osx.sh
PATH="/usr/local/bin:${PATH}"
export PATH
+ 5
- 0
osx/.profile.d/10-path-osx.sh
파일 보기
@@ -0,0 +1,5 @@
# osx/.profile.d/10-path-osx.sh
osx_release=$(sw_vers -productVersion | sed -e 's/\.[0-9]\{1\}//2')
brew_home=/usr/local/brew/${osx_release}
PATH="${brew_home}/bin:/usr/local/bin:${PATH}"
export PATH
쓰기
미리보기
불러오는 중...
취소
저장