From 297beaae685762ecf3c59c7c26296e377e64e0fd Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 12 Mar 2025 15:17:10 +0100 Subject: Use zsh theme instead of Starship --- dot_zshrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dot_zshrc') diff --git a/dot_zshrc b/dot_zshrc index 9797db7..35b20a1 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -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 -- cgit v1.2.3-18-g5258