summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 472b254..aa8750a 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -10,7 +10,7 @@ plugins=(
source $ZSH/oh-my-zsh.sh
-eval "$(starship init zsh)"
+#eval "$(starship init zsh)"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm