7 lines
177 B
Bash
7 lines
177 B
Bash
# Source all files
|
|
source ${HOME}/dotfiles/cfg/zsh/cfg.d/export
|
|
for file in ${DOTCFGD}/*.zsh; do source $file; done
|
|
|
|
# Prompt
|
|
autoload -U promptinit && promptinit
|
|
prompt filthy
|