6 lines
140 B
Bash
6 lines
140 B
Bash
# Source all files
|
|
source ${HOME}/dotfiles/cfg/zsh/cfg.d/export
|
|
for file in ${DOTCFGD}/*.zsh; do source $file; done
|
|
|
|
# Prompt
|
|
prompt z4rr3t
|