summaryrefslogtreecommitdiff
path: root/dot_zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'dot_zshrc')
-rw-r--r--dot_zshrc6
1 files changed, 2 insertions, 4 deletions
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