add custom zsh theme
[dotfiles.git] / zsh / .zshrc
index d36841eeb50b8da5c9992c8d7761155e17ef5884..c98102f4bca3474171f963af2b94987d961930e7 100755 (executable)
@@ -39,7 +39,7 @@ DISABLE_UNTRACKED_FILES_DIRTY="true"
 # ---
 # Appearance
 # ---
-ZSH_THEME="agnoster"
+ZSH_THEME="agnoster-custom"
 COMPLETION_WAITING_DOTS="true"
 
 # plugins can be found in ~/.oh-my-zsh/plugins/*