Skip to content

Commit 134f1a5

Browse files
authored
Update .zshrc
Signed-off-by: Ren B <127970608+Ren-B-7@users.noreply.github.com>
1 parent 8fe4164 commit 134f1a5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.zshrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ export PATH="$CARGOINSTALLPATH:$PATH"
6565
alias tvim='vim.tiny'
6666
eval "$(rbenv init -)"
6767

68+
# GVM init
69+
[[ -s "/home/renier/.gvm/scripts/gvm" ]] && source "/home/renier/.gvm/scripts/gvm"
70+
71+
# NVM init
72+
73+
export NVM_DIR="$HOME/.nvm"
74+
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
75+
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
76+
export NVM_update="curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash"
77+
export SUDO_ASKPASS=/usr/bin/gnome-ssh-askpass
78+
6879
# >>> juliaup initialize >>>
6980
# !! Contents within this block are managed by juliaup !!
7081

0 commit comments

Comments
 (0)