MAINT: reorg path
This commit is contained in:
parent
547cd13442
commit
f9a89bcd15
1 changed files with 2 additions and 2 deletions
|
@ -74,13 +74,13 @@ cdpath=(
|
||||||
|
|
||||||
# Set the list of directories that Zsh searches for programs.
|
# Set the list of directories that Zsh searches for programs.
|
||||||
path=(
|
path=(
|
||||||
|
$path
|
||||||
|
|
||||||
# miniconda
|
# miniconda
|
||||||
/opt/miniconda3/bin
|
/opt/miniconda3/bin
|
||||||
# yarn
|
# yarn
|
||||||
$HOME/.yarn/bin
|
$HOME/.yarn/bin
|
||||||
$HOME/.config/yarn/global/node_modules/.bin
|
$HOME/.config/yarn/global/node_modules/.bin
|
||||||
|
|
||||||
$path
|
|
||||||
)
|
)
|
||||||
|
|
||||||
export -U PATH
|
export -U PATH
|
||||||
|
|
Loading…
Add table
Reference in a new issue