workstation/roles/home-cli/files/zshrc

6 lines
76 B
Bash
Raw Normal View History

#!/bin/zsh
if [ -r "$HOME/.shrc" ]
then
emulate sh -c '. "$HOME/.shrc"'
fi