Add .cargo bin to PATH
This commit is contained in:
parent
92d4298870
commit
1739e4969f
@ -7,3 +7,5 @@
|
||||
[[ -f "$HOME/.bash_local" ]] && source "$HOME/.bash_local"
|
||||
|
||||
[[ -f "$HOME/.profile" ]] && source "$HOME/.profile"
|
||||
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user