added a few themes

This commit is contained in:
Nikolas Weger 2017-08-21 17:13:50 +02:00
parent 33a26f7ea4
commit d8d0325842
4 changed files with 229 additions and 2 deletions

View file

@ -19,3 +19,6 @@ export EDITOR='vim'
# Completions Paths
fpath+=(${DOTLIB}/completions/src)
fpath+=(${DOTLIB}/local)
# Reload all Prompts
autoload -U promptinit && promptinit

View file

@ -3,5 +3,4 @@ source ${HOME}/dotfiles/cfg/zsh/cfg.d/export
for file in ${DOTCFGD}/*.zsh; do source $file; done
# Prompt
autoload -U promptinit && promptinit
prompt filthy
prompt z4rr3t