[zsh] Add ~/.cargo/bin to my $path
This commit is contained in:
parent
9a996b4517
commit
e8bacd23dd
1 changed files with 1 additions and 0 deletions
1
env
1
env
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue