Merge pull request #506 from padi/patch-1
0_path.zsh reinserts .yadr directories twice in $PATH when in tmux
This commit is contained in:
commit
5e4ff731de
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user