dotfiles/.zshrc
2020-09-27 19:58:44 +01:00

6 lines
87 B
Bash

for filename in ~/.dotfiles/*; do
source $filename
done
eval "$(starship init zsh)"