diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-05-13 19:02:24 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-05-13 19:02:24 +0900 |
| commit | 62266d95f8578becf828cd9b6027a60068364e81 (patch) | |
| tree | b6f981fb9b30ce15f348dbbae0ea1245a422d9e0 | |
| parent | b264e6f6f7aa2310086b5c32aab0a887244c5586 (diff) | |
| download | dotfiles-62266d95f8578becf828cd9b6027a60068364e81.tar.gz dotfiles-62266d95f8578becf828cd9b6027a60068364e81.tar.zst dotfiles-62266d95f8578becf828cd9b6027a60068364e81.zip | |
zsh: add .cargo/bin to $PATH
| -rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -431,3 +431,4 @@ export PATH=/usr/local/opt/gettext/bin:$PATH export PATH=/usr/local/opt/ruby/bin:$PATH export PATH=$HOME/go/bin:$PATH +export PATH="$HOME/.cargo/bin:$PATH" |
