mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
fix Cargo path
This commit is contained in:
parent
1e18c0ca12
commit
1eb6398305
1 changed files with 1 additions and 1 deletions
2
path.zsh
2
path.zsh
|
@ -7,7 +7,7 @@ append() { eval "export $1=\"\$$1:$2\""; }
|
|||
append PATH "$HOME/bin"
|
||||
append PATH "$HOME/.local/bin"
|
||||
# Rust binaries
|
||||
prepend PATH="$HOME/.cargo/bin:$PATH"
|
||||
prepend PATH "$HOME/.cargo/bin:$PATH"
|
||||
# global Yarn packages
|
||||
append PATH "$HOME/.config/yarn/global/node_modules/.bin"
|
||||
|
||||
|
|
Loading…
Reference in a new issue