dotfiles/.zshrc

6 lines
87 B
Bash
Raw Normal View History

2020-09-07 07:44:01 +00:00
for filename in ~/.dotfiles/*; do
source $filename
done
eval "$(starship init zsh)"