diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-16 20:56:58 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-16 20:56:58 +0300 |
commit | 850e63902a4d0a4600594d8ad831a9cf47ed3234 (patch) | |
tree | 5fc22b10c69b1b2cfbb60ae941ccf1b5057701d2 /%HOME% | |
parent | add StackOverflow link to .bash_profile (diff) | |
download | linux-home-850e63902a4d0a4600594d8ad831a9cf47ed3234.tar.gz linux-home-850e63902a4d0a4600594d8ad831a9cf47ed3234.zip |
.profile: add Rust binaries to PATH
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.profile | 4 |
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" |