diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-06-07 23:59:54 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-06-07 23:59:54 +0300 |
| commit | 1d66ab2bd5c8690eae38657c1fe2923a3991ad3d (patch) | |
| tree | b6abbd598ed76f43b1e6b13a143e766ffe5118a1 /.zshrc | |
| parent | fdfce9e45574f523563e14364ceb05eb2b1aef40 (diff) | |
added /usr/local/sbin to PATH
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ source $ZSH/oh-my-zsh.sh unsetopt correct_all # Customize to your needs... -export PATH=/usr/local/bin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin +export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin if [[ -r /usr/local/share/python/virtualenvwrapper.sh ]]; then source /usr/local/share/python/virtualenvwrapper.sh |
