add new zsh theme
[dotfiles.git] / zsh / .zshrc
index 4567a80b68d0a4204f896f540c5766685e571e00..cf24d64656dd68f2c681b622ae9df0838ec1f8d7 100755 (executable)
@@ -17,7 +17,6 @@ export ZSH=$HOME/.oh-my-zsh
 # Use vi mode
 bindkey -v
 
-
 # ---
 # Behaviour
 # ---
@@ -37,7 +36,7 @@ alias cat=bat
 # ---
 # Appearance
 # ---
-ZSH_THEME="agnoster-custom"
+ZSH_THEME="custom"
 COMPLETION_WAITING_DOTS="true"
 
 # plugins can be found in ~/.oh-my-zsh/plugins/*