[zsh] Add ~/.cargo/bin to my $path

This commit is contained in:
Eryn Wells 2017-01-15 08:34:24 -08:00
parent 9a996b4517
commit e8bacd23dd

1
env
View file

@ -37,6 +37,7 @@ prepend-to-path "/usr/X11/bin"
prepend-to-path "/opt/local/bin"
prepend-to-path "$HOME/.local/bin"
prepend-to-path "$HOME/.gem/ruby/2.2.0/bin"
prepend-to-path "$HOME/.cargo/bin"
prepend-to-path "$HOME/bin"
export path