Change to powerlevel-9k and set it up

This commit is contained in:
Andrew Holland 2018-02-21 18:37:28 +00:00
parent a8d6c1c7b8
commit 90bc6fe551
2 changed files with 23 additions and 5 deletions

12
zshrc
View file

@ -58,13 +58,15 @@ if ! zgen saved; then
zgen save
fi
. ~/bin/aliases
#prompt fire 178 142 106 070 034
prompt powerline
# powerline
#source ~/bin/powerline_init
. ~/bin/aliases
if [[ ${TERM} == linux ]]; then
prompt pure
else
. ~/bin/powerlevel_vars
prompt powerlevel9k
fi
#alias t=todo.sh