workstation/roles/home-cli/files/zprofile

6 lines
82 B
Text
Raw Normal View History

2022-08-19 14:52:07 +00:00
#!/bin/zsh
if [ -r "$HOME/.profile" ]
2022-08-19 14:52:07 +00:00
then
emulate sh -c '. "$HOME/.profile"'
fi