Ensure path loads first

This commit is contained in:
yan 2012-04-02 10:46:02 -07:00
parent 1299fce10c
commit 54fa2f23d0
2 changed files with 3 additions and 3 deletions

3
zsh/0_path.zsh Normal file
View File

@ -0,0 +1,3 @@
# path, the 0 in the filename causes this to load first
export PATH=/usr/local/bin:$PATH:$yadr/bin

View File

@ -1,3 +0,0 @@
# path
export PATH=/usr/local/bin:$PATH:$yadr/bin