Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
midchildan committed Jul 19, 2017
1 parent 72a2a04 commit 4fbcaeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion home/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export CLICOLOR=1
export GEM_HOME="$(/usr/bin/ruby -e 'print Gem.user_dir')"
export GPG_TTY="$(tty)"

PATH="~/.local/bin:/usr/local/sbin:$PATH"
PATH="~/.local/bin:/usr/local/opt/python/libexec/bin:/usr/local/sbin:$PATH"
PATH+=":$GEM_HOME/bin"
PATH+=":$(/usr/local/bin/python -c 'import site; print(site.getuserbase())')/bin"
PATH+=":$(/usr/local/bin/python3 -c 'import site; print(site.getuserbase())')/bin"
Expand Down
1 change: 1 addition & 0 deletions home/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export GPG_TTY="$(tty)"
typeset -U path
path=(
"$HOME/.local/bin"
"/usr/local/opt/python/libexec/bin"
"/usr/local/sbin"
$path
"$GEM_HOME/bin"
Expand Down

0 comments on commit 4fbcaeb

Please sign in to comment.