Skip to content

Commit

Permalink
Fix not loading cargo env on minimal setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Jun 21, 2024
1 parent 698f894 commit 374c770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/provision/templates/zsh/dotzshrc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ plugins=(per-directory-history zoxide emoji-clock diff-so-fancy)
plugins=(per-directory-history emoji-clock diff-so-fancy)
{% endif %}

{% if provision_full_setup | bool %}
source $HOME/.cargo/env
{% endif %}

source $ZSH/oh-my-zsh.sh

Expand Down

0 comments on commit 374c770

Please sign in to comment.