Add .cargo bin to PATH

This commit is contained in:
Jeremy Dormitzer 2019-08-26 10:11:21 -04:00
parent 92d4298870
commit 1739e4969f
2 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,5 @@
[[ -f "$HOME/.bash_local" ]] && source "$HOME/.bash_local"
[[ -f "$HOME/.profile" ]] && source "$HOME/.profile"
export PATH="$HOME/.cargo/bin:$PATH"

View File

@ -10,3 +10,5 @@ PATH="$HOME/.local/bin":"$HOME/bin/":"$HOME/.gem/ruby/2.6.0/bin":"$HOME/.gem/rub
EDITOR="$(which emacsclient)"
export EDITOR
export PATH="$HOME/.cargo/bin:$PATH"