From 802ea082c87df96861e1f60bf201287e7c53755d Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 16 Sep 2025 14:59:09 -0400 Subject: [PATCH] feat: Updates path to include rust / cargo bin --- zsh/config/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/config/.zshrc b/zsh/config/.zshrc index 88d0132..6ec7b3b 100755 --- a/zsh/config/.zshrc +++ b/zsh/config/.zshrc @@ -67,7 +67,8 @@ path_prepend \ "$XDG_DATA_HOME/bin" \ "$HOME/.local/bin" \ "$SCRIPTS" \ - "$HOME/.local/pnpm" + "$HOME/.local/pnpm" \ + "$HOME/.cargo/bin" # last arg will be first in $FPATH fpath_prepend \