diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-03-12 15:17:10 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-03-12 15:19:00 +0100 |
commit | 297beaae685762ecf3c59c7c26296e377e64e0fd (patch) | |
tree | bbcb127ce6ff471c1e4bd2067518574c4eb9cbff /dot_zshrc | |
parent | aa89006af82956711e5d0b57c73d4859ce2969fc (diff) |
Use zsh theme instead of Starship
Diffstat (limited to 'dot_zshrc')
-rw-r--r-- | dot_zshrc | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,7 +1,7 @@ # now use Starship instead of oh-my-zsh theme export ZSH="/home/santo/.oh-my-zsh" # ZSH_THEME="pure" -# ZSH_THEME="dpoggi" +ZSH_THEME="jon" plugins=( git zsh-autosuggestions @@ -13,7 +13,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 @@ -82,8 +82,6 @@ case ":$PATH:" in *":$PNPM_HOME:"*) ;; *) export PATH="$PNPM_HOME:$PATH" ;; esac - -alias npm=pnpm # pnpm end # UV |