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:
c01a2fe
)
Add RustRover to PATH
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 20 Nov 2024 15:18:03 +0000
(10:18 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 20 Nov 2024 15:18:03 +0000
(10:18 -0500)
home/lib/login_variables.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_variables.sh
b/home/lib/login_variables.sh
index
69e6add
..
7904ae7
100644
(file)
--- a/
home/lib/login_variables.sh
+++ b/
home/lib/login_variables.sh
@@
-68,6
+68,9
@@
export PATH=/opt/VSCode/bin:"$PATH"
# CLion
export PATH=/opt/clion/bin:"$PATH"
+# RustRover
+export PATH=/opt/RustRover/bin:"$PATH"
+
# DataGrip
export PATH=/opt/DataGrip/bin:"$PATH"
This page took
0.027775 seconds
and
4
git commands to generate.