Change to powerlevel-9k and set it up
This commit is contained in:
parent
a8d6c1c7b8
commit
90bc6fe551
2 changed files with 23 additions and 5 deletions
12
zshrc
12
zshrc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue