Skip to content

Commit

Permalink
Merge pull request #506 from padi/patch-1
Browse files Browse the repository at this point in the history
0_path.zsh reinserts .yadr directories twice in $PATH when in tmux
  • Loading branch information
skwp committed Jul 4, 2014
2 parents 1ff22da + a04dfa9 commit 5e4ff73
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion zsh/0_path.zsh
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# path, the 0 in the filename causes this to load first
export PATH=$PATH:$HOME/.yadr/bin:$HOME/.yadr/bin/yadr
path=(
$path
$HOME/.yadr/bin
$HOME/.yadr/bin/yadr
)

0 comments on commit 5e4ff73

Please sign in to comment.