summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorZach Smith <zsmith@newhopechurch.tv>2025-06-30 09:54:24 -0500
committerZach Smith <zsmith@newhopechurch.tv>2025-06-30 09:54:24 -0500
commitddbcaaafe989fc33ba45a4a58722f85fc41fa393 (patch)
treeaab843beadc038ea3bafc168dff0767066714ea8 /zsh/zshrc
parente702ba1ce491456183e9f8ae4454d3a891e03273 (diff)
Add homebrew path to zshrc
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 3e44603..6982822 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -96,3 +96,4 @@ autoload -Uz compinit
compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION"
#zprof
+export PATH="/opt/homebrew/opt/rustup/bin:$PATH"