New default prompt

This commit is contained in:
Martin Potier 2016-09-04 03:30:09 +02:00
parent ce34d2df41
commit 50fdac37b3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ export ZSH=$HOME/.oh-my-zsh
# Default plugins (used everywhere)
plugins=(git systemd)
ZSH_THEME="lambda"
ZSH_THEME="zhann"
source $ZSH/oh-my-zsh.sh
export EDITOR='vim'