aboutsummaryrefslogtreecommitdiff
path: root/sh/shinit
blob: fe770a702772f3cefce62e9e8554de6f135f4f0a (plain) (blame)
1
2
3
4
# If the shell is interactive, source ~/.shrc
case $- in *i*)
    [ -f "$HOME"/.shrc ] && . "$HOME"/.shrc ;;
esac