added a few themes
This commit is contained in:
parent
33a26f7ea4
commit
d8d0325842
4 changed files with 229 additions and 2 deletions
|
@ -19,3 +19,6 @@ export EDITOR='vim'
|
|||
# Completions Paths
|
||||
fpath+=(${DOTLIB}/completions/src)
|
||||
fpath+=(${DOTLIB}/local)
|
||||
|
||||
# Reload all Prompts
|
||||
autoload -U promptinit && promptinit
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue