workstation/roles/home-cli/files/zprofile

5 lines
77 B
Text
Raw Normal View History

2022-08-18 07:44:25 +00:00
if [ -e $HOME/.bash_profile ]
then
emulate sh -c ". $HOME/.bash_profile"
fi