From 54fa2f23d0843fb6b02237092dbcda7db783ab93 Mon Sep 17 00:00:00 2001 From: yan Date: Mon, 2 Apr 2012 10:46:02 -0700 Subject: [PATCH] Ensure path loads first --- zsh/0_path.zsh | 3 +++ zsh/path.zsh | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 zsh/0_path.zsh delete mode 100644 zsh/path.zsh 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 -