This website works better with JavaScript.
首頁
探索
說明
登入
mitchty
/
dotfiles
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
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
Write
Preview
Loading…
取消
儲存