summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-12-30 23:11:50 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-12-30 23:11:50 +0100
commit11966ce5a6c75de0d5731eeaca58fbd57d402964 (patch)
treed0bc6c5609e42bc57901bd6311636ce4757a9393
parentb938264daa840537172bb06112e1c88eb964c57b (diff)
zsh: no more starship
-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