You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

6 rivejä
200 B

  1. # osx/.profile.d/10-path-osx.sh
  2. osx_release=$(sw_vers -productVersion | sed -e 's/\.[0-9]\{1\}//2')
  3. brew_home=/usr/local/brew/${osx_release}
  4. PATH="${brew_home}/bin:/usr/local/bin:${PATH}"
  5. export PATH