minimal updates
This commit is contained in:
parent
a8771d5166
commit
6dc7e82e94
4 changed files with 8 additions and 9 deletions
|
|
@ -22,11 +22,6 @@ update_path "/usr/local/bin"
|
|||
export NPM_PACKAGES="$HOME/.npm-packages"
|
||||
export NODE_PATH="$NPM_PACKAGES/lib/node_modules${NODE_PATH:+:$NODE_PATH}"
|
||||
|
||||
# Unset manpath so we can inherit from /etc/manpath via the `manpath`
|
||||
# command
|
||||
unset MANPATH # delete if you already modified MANPATH elsewhere in your config
|
||||
export MANPATH="$NPM_PACKAGES/share/man:$(manpath)"
|
||||
|
||||
update_path "$NPM_PACKAGES/bin"
|
||||
{{ /if }}
|
||||
|
||||
|
|
@ -50,7 +45,7 @@ source "$HOME/.rye/env"
|
|||
{{ /if }}
|
||||
|
||||
{{ #if (is_executable "cargo") }}
|
||||
. "$HOME/.cargo/env"
|
||||
# . "$HOME/.cargo/env"
|
||||
update_path "$HOME/.cargo/bin/"
|
||||
{{ /if }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue