Tidy .zshrc again

This commit is contained in:
trémeur 2019-12-01 20:46:32 +00:00
parent 35243c3e7b
commit a7b3eb412f

View file

@ -8,12 +8,6 @@ export ZSH="${HOME}/.oh-my-zsh"
# export GOPATH=$HOME/Appsetc/go
gitwho(){if git rev-parse --git-dir > /dev/null 2>&1; then
git config user.name;
else
fi;
}
POWERLEVEL9K_MODE='nerdfont-complete'
ZSH_THEME="powerlevel9k/powerlevel9k"
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon dir custom_prompt)