home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d2fb06
)
Add ~/.cargo/bin to PATH
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 30 Jun 2020 11:21:04 +0000
(07:21 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 30 Jun 2020 11:21:04 +0000
(07:21 -0400)
home/.profile
patch
|
blob
|
blame
|
history
diff --git
a/home/.profile
b/home/.profile
index
eef9bca
..
2204beb
100644
(file)
--- a/
home/.profile
+++ b/
home/.profile
@@
-13,3
+13,6
@@
if test ! "$SSH_AGENT_PID"
then
eval "$(ssh-agent)"
fi
+
+# https://rustup.rs/
+export PATH="$HOME/.cargo/bin:$PATH"
This page took
0.033512 seconds
and
4
git commands to generate.