diff --git a/zsh/0_path.zsh b/zsh/0_path.zsh new file mode 100644 index 0000000..daf595f --- /dev/null +++ b/zsh/0_path.zsh @@ -0,0 +1,3 @@ +# path, the 0 in the filename causes this to load first +export PATH=/usr/local/bin:$PATH:$yadr/bin + diff --git a/zsh/path.zsh b/zsh/path.zsh deleted file mode 100644 index e862c61..0000000 --- a/zsh/path.zsh +++ /dev/null @@ -1,3 +0,0 @@ -# path -export PATH=/usr/local/bin:$PATH:$yadr/bin -