このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
mitchty
/
dotfiles
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
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行の削除
分割表示
差分オプション
統計情報を表示
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
書き込み
プレビュー
読み込み中…
キャンセル
保存