summary refs log tree commit diff
path: root/dot_config/zsh
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2025-01-19 18:42:22 +0400
committerAlen <alen@dotfiles.xyz>2025-01-19 18:42:22 +0400
commit5ace971218355fda8303832c3e10dea3f6c017b6 (patch)
tree57bc5f614ec6a83c5995702bfa7ebdec1ab2ee7c /dot_config/zsh
parent0ea577daadd7cfcd698402f21aa5231c1cd6c525 (diff)
Add Rust to PATH
Diffstat (limited to 'dot_config/zsh')
-rw-r--r--dot_config/zsh/dot_zshrc3
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"