dotfiles/zsh/.zprofile
2020-06-02 22:53:56 +08:00

5 lines
70 B
Bash

if [[ -f $ZDOTDIR/.profile ]]; then
source $ZDOTDIR/.profile
fi