diff options
author | Alen <alen@dotfiles.xyz> | 2025-01-19 18:42:22 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2025-01-19 18:42:22 +0400 |
commit | 5ace971218355fda8303832c3e10dea3f6c017b6 (patch) | |
tree | 57bc5f614ec6a83c5995702bfa7ebdec1ab2ee7c | |
parent | 0ea577daadd7cfcd698402f21aa5231c1cd6c525 (diff) |
Add Rust to PATH
-rw-r--r-- | dot_config/zsh/dot_zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index ab059fd..812f581 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -140,3 +140,6 @@ if [[ -d "${HOME}/Library/Application Support/JetBrains/Toolbox/scripts" ]]; the fi export FZFZ_RECENT_DIRS_TOOL="fasd" + +# Rust +export PATH="${PATH}:${HOME}/.cargo/bin" |