workstation/roles/home-cli/files/zprofile

6 lines
82 B
Text
Raw Normal View History

2022-09-14 20:42:53 +00:00
#!/bin/zsh
if [ -r "$HOME/.profile" ]
then
emulate sh -c '. "$HOME/.profile"'
fi