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