Move around asdf path things.
This commit is contained in:
parent
753853a916
commit
4cf2f51905
2 changed files with 2 additions and 4 deletions
4
.zshrc
4
.zshrc
|
@ -45,10 +45,6 @@ if [ -z "$TMUX" ] && [[ "$HAS_NETWORK" == 1 ]]; then
|
|||
fortune -s
|
||||
fi
|
||||
|
||||
if [ -d "$HOME/.asdf" ]; then
|
||||
\. "$HOME/.asdf/asdf.sh"
|
||||
fi
|
||||
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
if [ -s "$NVM_DIR/nvm.sh" ]; then
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue