diff options
-rw-r--r-- | .zsh.before/path.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh.before/path.zsh b/.zsh.before/path.zsh index 4db5668..21e36e6 100644 --- a/.zsh.before/path.zsh +++ b/.zsh.before/path.zsh @@ -1,3 +1,5 @@ +# cargo +[ -d "${HOME}/.cargo/bin" ] && PATH="${HOME}/.cargo/bin:${PATH}" # pyenv [ -d "${HOME}/.local/bin" ] && PATH="${HOME}/.local/bin:${PATH}" [ -d "${HOME}/.pyenv/shims" ] && PATH="${HOME}/.pyenv/shims:${PATH}" |