From 96d132604978c49482516c3afb172bdf9eded824 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Fri, 28 Jul 2017 14:50:56 +0200 Subject: [PATCH] - Changed theme and plugins --- zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 86407de..7da4d4c 100644 --- a/zshrc +++ b/zshrc @@ -1,6 +1,8 @@ export ZSH=/home/dbroqua/.oh-my-zsh -ZSH_THEME="aussiegeek" +#ZSH_THEME="aussiegeek" +#ZSH_THEME="bureau" +ZSH_THEME="gnzh" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" @@ -44,7 +46,7 @@ ZSH_THEME="aussiegeek" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git) +plugins=(git git-flow compleat encode64 ) # User configuration