dotfiles/.config/zsh/.zshrc

23 lines
402 B
Bash
Raw Normal View History

2024-07-11 00:01:49 +05:30
## ░▀▀█░█▀▀░█░█░█▀▄░█▀▀
## ░▄▀░░▀▀█░█▀█░█▀▄░█░░
## ░▀▀▀░▀▀▀░▀░▀░▀░▀░▀▀▀
##
## 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