6 lines
87 B
Bash
6 lines
87 B
Bash
for filename in ~/.dotfiles/*; do
|
|
source $filename
|
|
done
|
|
|
|
eval "$(starship init zsh)"
|