Skip to content

Commit

Permalink
rvm improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesridgway committed Jan 5, 2024
1 parent e17608b commit 261d867
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ else
rm -rf "$HOME/.zshrc"
fi
ln -sf "$REPO/zsh/.zshrc" "$HOME/.zshrc"
ln -sf "$REPO/zsh/.zprofile" "$HOME/.zprofile"
ln -sf "$REPO/zsh/.zshenv" "$HOME/.zshenv"

ln -sf "$REPO/zsh/custom/themes/jagnoster.zsh-theme" "$HOME/.oh-my-zsh/custom/themes/jagnoster.zsh-theme"
Expand Down
1 change: 1 addition & 0 deletions zsh/.zprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
1 change: 1 addition & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ eval "$(zellij setup --generate-auto-start zsh)"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
[ -s "$HOME/.rvm/scripts/rvm" ] && \. "$HOME/.rvm/scripts/rvm"

0 comments on commit 261d867

Please sign in to comment.