aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.profile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-02-16 20:56:58 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-02-16 20:56:58 +0300
commit850e63902a4d0a4600594d8ad831a9cf47ed3234 (patch)
tree5fc22b10c69b1b2cfbb60ae941ccf1b5057701d2 /%HOME%/.profile
parentadd StackOverflow link to .bash_profile (diff)
downloadlinux-home-850e63902a4d0a4600594d8ad831a9cf47ed3234.tar.gz
linux-home-850e63902a4d0a4600594d8ad831a9cf47ed3234.zip
.profile: add Rust binaries to PATH
Diffstat (limited to '%HOME%/.profile')
-rw-r--r--%HOME%/.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/%HOME%/.profile b/%HOME%/.profile
index 4604ebb..ecc9570 100644
--- a/%HOME%/.profile
+++ b/%HOME%/.profile
@@ -89,3 +89,7 @@ spawn_ssh_agent() {
# Also, this file needs to be sourced by both your login shell and your display
# manager.
command -v systemctl > /dev/null 2>&1 || spawn_ssh_agent
+
+# Rust-specific stuff:
+
+path_export "$HOME/.cargo/bin"