Skip to content

Commit

Permalink
Add /usr/local/sbin on the /etc/paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kassio committed Apr 27, 2016
1 parent fc1fdb5 commit 2342647
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -13,7 +13,15 @@ Install
Setup PATH on OSX
-----------------

Edit `/etc/paths` put `/usr/local/bin` at the top of the file
Edit `/etc/paths` to look like:
```
/usr/local/bin
/usr/bin
/bin
/usr/local/sbin
/usr/sbin
/sbin
```

Iterm colors
------------
Expand Down
2 changes: 1 addition & 1 deletion lib/env
Expand Up @@ -6,7 +6,7 @@ export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"

# personal paths
export PATH="./bin:$DOTFILES/bin:$PATH:$HOMEBREW_PREFIX/sbin"
export PATH="./bin:$DOTFILES/bin:$PATH"
export CDPATH=".:$HOME:$HOME/.config:$HOME/src"
for project in $(find ~/src/private -type d -depth 1 2>/dev/null); do
export CDPATH="$CDPATH:$project"
Expand Down

0 comments on commit 2342647

Please sign in to comment.