summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-12-17 20:08:25 +0000
committerAlan Pearce2014-12-17 20:08:25 +0000
commit7a417e261d3cee8c0aaa91ee18cfe366aad37d27 (patch)
tree6300d49a4af8f79bff27a884f8a2e51c46ec87c3
parent098899923bc730dfbab3070f953161b69e77af67 (diff)
downloaddotfiles-7a417e261d3cee8c0aaa91ee18cfe366aad37d27.tar.lz
dotfiles-7a417e261d3cee8c0aaa91ee18cfe366aad37d27.tar.zst
dotfiles-7a417e261d3cee8c0aaa91ee18cfe366aad37d27.zip
zsh: Add composer bin dir to path
-rwxr-xr-xtag-zsh/config/zsh/zshenv1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv
index 3572571..ae5f1cd 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