diff options
author | Alan Pearce | 2014-12-17 20:08:25 +0000 |
---|---|---|
committer | Alan Pearce | 2014-12-17 20:08:25 +0000 |
commit | 7a417e261d3cee8c0aaa91ee18cfe366aad37d27 (patch) | |
tree | 6300d49a4af8f79bff27a884f8a2e51c46ec87c3 /tag-zsh/config/zsh/zshenv | |
parent | 098899923bc730dfbab3070f953161b69e77af67 (diff) | |
download | nixfiles-7a417e261d3cee8c0aaa91ee18cfe366aad37d27.tar.lz nixfiles-7a417e261d3cee8c0aaa91ee18cfe366aad37d27.tar.zst nixfiles-7a417e261d3cee8c0aaa91ee18cfe366aad37d27.zip |
zsh: Add composer bin dir to path
Diffstat (limited to 'tag-zsh/config/zsh/zshenv')
-rwxr-xr-x | tag-zsh/config/zsh/zshenv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv index 3572571f..ae5f1cde 100755 --- a/tag-zsh/config/zsh/zshenv +++ b/tag-zsh/config/zsh/zshenv @@ -9,6 +9,7 @@ then ~/bin $GOPATH/bin ~/.cabal/bin + ~/.composer/vendor/bin ) fi |