diff --git a/zsh/zprofile.j2 b/zsh/zprofile.j2 index d6259c6..e672bf7 100644 --- a/zsh/zprofile.j2 +++ b/zsh/zprofile.j2 @@ -3,6 +3,7 @@ source /etc/profile _path=( "$HOME/bin" "$HOME/.optbin" + "$HOME/.cargo/bin" ) for part in ${_path[@]} ; do