diff options
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 | 
