workstation/roles/home-cli/files/zshrc

5 lines
65 B
Bash
Raw Normal View History

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