diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2021-12-30 23:11:50 +0100 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2021-12-30 23:11:50 +0100 |
| commit | 11966ce5a6c75de0d5731eeaca58fbd57d402964 (patch) | |
| tree | d0bc6c5609e42bc57901bd6311636ce4757a9393 /zsh | |
| parent | b938264daa840537172bb06112e1c88eb964c57b (diff) | |
zsh: no more starship
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |