Browse Source

Nuke last homebrew vestiges, add ~/.local/bin to PATH

master
Mitch Tishmack 10 years ago
parent
commit
aae617f324
1 changed files with 1 additions and 10 deletions
  1. +1
    -10
      readme.org

+ 1
- 10
readme.org View File

@@ -177,22 +177,13 @@ _host=${_host:=${_uname_n}}
#+END_SRC #+END_SRC


** PATH ** PATH
*** osx
OSX homebrew leftovers, need to make sure it make sense any longer as I've switched to nix.

#+BEGIN_SRC sh :tangle (when (eq osx-p t) "tmp/.profile")
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
#+END_SRC
*** haskell *** haskell
#+BEGIN_SRC sh :tangle (when (eq haskell-p t) "tmp/.profile") #+BEGIN_SRC sh :tangle (when (eq haskell-p t) "tmp/.profile")
PATH="${PATH}:${HOME}/.cabal/bin" PATH="${PATH}:${HOME}/.cabal/bin"
#+END_SRC #+END_SRC
*** General *** General
#+BEGIN_SRC sh :tangle "tmp/.profile" #+BEGIN_SRC sh :tangle "tmp/.profile"
PATH="${PATH}:${HOME}/bin"
PATH="${PATH}:${HOME}/bin:${HOME}/.local/bin"
export PATH export PATH
#+END_SRC #+END_SRC




Loading…
Cancel
Save