We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe4164 commit 134f1a5Copy full SHA for 134f1a5
.zshrc
@@ -65,6 +65,17 @@ export PATH="$CARGOINSTALLPATH:$PATH"
65
alias tvim='vim.tiny'
66
eval "$(rbenv init -)"
67
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
79
# >>> juliaup initialize >>>
80
# !! Contents within this block are managed by juliaup !!
81
0 commit comments