23 lines
402 B
Bash
Executable File
23 lines
402 B
Bash
Executable File
## ░▀▀█░█▀▀░█░█░█▀▄░█▀▀
|
|
## ░▄▀░░▀▀█░█▀█░█▀▄░█░░
|
|
## ░▀▀▀░▀▀▀░▀░▀░▀░▀░▀▀▀
|
|
##
|
|
## rxyhn's Z-Shell configuration
|
|
## https://github.com/rxyhn
|
|
|
|
while read file
|
|
do
|
|
source "$ZDOTDIR/$file.zsh"
|
|
done <<-EOF
|
|
theme
|
|
env
|
|
aliases
|
|
utility
|
|
options
|
|
plugins
|
|
keybinds
|
|
prompt
|
|
EOF
|
|
|
|
# vim:ft=zsh:nowrap
|