dotfiles/cfg/zsh/cfg.zsh
2019-11-07 23:20:34 +01:00

7 lines
No EOL
114 B
Bash

# Source all files
for file in ${HOME}/dotfiles/cfg/zsh/cfg.d/*.zsh; do
source $file
done
# Prompt
prompt z4rr3t