mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
local path
This commit is contained in:
parent
0aeee26acb
commit
6e84051e66
1 changed files with 2 additions and 2 deletions
|
|
@ -79,8 +79,8 @@ export LESS='-RX'
|
|||
|
||||
unsetopt correctall
|
||||
|
||||
### Added by the Heroku Toolbelt
|
||||
export PATH="/usr/local/heroku/bin:$PATH"
|
||||
### Added by the Heroku Toolbelt and user local bin
|
||||
export PATH="/usr/local/heroku/bin:$HOME/.local/bin/:$PATH"
|
||||
# export PYTHONPATH=/usr/local/lib/python2.7/dist-packages/:/usr/lib/python2.7/dist-packages/:/usr/lib/python2.7/dist-packages/gtk-2.0:$PYTHONPATH
|
||||
|
||||
# added by travis gem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue