| ... | ... |
@@ -6,6 +6,6 @@ export ZSH=$HOME/.oh-my-zsh |
| 6 | 6 |
for i in $ZSH/*zsh; do source $i; done; |
| 7 | 7 |
|
| 8 | 8 |
# Customize to your needs... |
| 9 |
-export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin |
|
| 10 |
- |
|
| 9 |
+#export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin |
|
| 10 |
+export PATH=$PATH:$HOME/bin |
|
| 11 | 11 |
|