Cargo bin

This commit is contained in:
John Doty 2018-11-14 21:49:07 +00:00
parent e6b32d4857
commit b19b0b9e86
2 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,9 @@ if status --is-login
if test -d /snap/bin
set PATH $PATH /snap/bin
end
if test -d ~/.cargo/bin
set PATH $PATH ~/.cargo/bin
end
end
# export EDITOR=ec

View file

@ -23,3 +23,5 @@ fi
# added by Anaconda3 2.4.1 installer
export PATH="/Users/doty/anaconda/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"