workstation/roles/home-cli/files/zprofile

4 lines
77 B
Bash

if [ -e $HOME/.bash_profile ]
then
emulate sh -c ". $HOME/.bash_profile"
fi