소스 검색

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

master
Mitch Tishmack 10 년 전
부모
커밋
aae617f324
1개의 변경된 파일1개의 추가작업 그리고 10개의 파일을 삭제
  1. +1
    -10
      readme.org

+ 1
- 10
readme.org 파일 보기

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

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



불러오는 중...
취소
저장