diff options
| author | Michal Idziorek <michal.idziorek@citi.com> | 2021-10-20 15:00:34 +0200 |
|---|---|---|
| committer | Michal Idziorek <michal.idziorek@citi.com> | 2021-10-20 15:00:34 +0200 |
| commit | fbb55d5e3b9f1d4be3fec53be7274d85f37337c9 (patch) | |
| tree | 713300f3cdc2d1c091ce31f47f8f1fa27015a67d /zsh | |
| parent | e37fc135e28b668f82a2eb4f93ef9518c3b2fe91 (diff) | |
conditional cargo env include
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
