使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
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 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
撰写
预览
正在加载...
取消
保存