mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 06:18:59 +00:00
5 lines
70 B
Bash
5 lines
70 B
Bash
if [[ -f $ZDOTDIR/.profile ]]; then
|
|
source $ZDOTDIR/.profile
|
|
fi
|
|
|