diff options
-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" |