Quellcode durchsuchen

Rename osx/.profile.d/01-path-osx.sh to 10-path-osx.sh

Was incorrect in the first place, oops.
cray
Mitch Tishmack vor 11 Jahren
Ursprung
Commit
35a25e6805
2 geänderte Dateien mit 5 neuen und 3 gelöschten Zeilen
  1. +0
    -3
      osx/.profile.d/01-path-osx.sh
  2. +5
    -0
      osx/.profile.d/10-path-osx.sh

+ 0
- 3
osx/.profile.d/01-path-osx.sh Datei anzeigen

@@ -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 Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern