summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 67dde0b..06bfdcb 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -213,7 +213,6 @@ RPS1='%(1j.%K{$PRMPT_COL}%B %j %b%k.) $duration_info $(_miguel_check_last_exit_c
export PATH=$HOME/.local/bin:$PATH
[ -f "$HOME/.zshrc.local" ] && source "$HOME/.zshrc.local"
-
-source $HOME/.cargo/env
+[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"
cd $HOME