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