diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index fbd4080..ebaf7b4 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -14,3 +14,7 @@ export PAGER="less" if [ -r $HOME/.profile.$(hostname -s) ]; then . $HOME/.profile.$(hostname -s) fi + +if [ -n "$SSH_TTY" ]; then + . $HOME/.shrc +fi