diff --git a/dotfiles/shrc b/dotfiles/shrc index e35a69d..4e86f4a 100644 --- a/dotfiles/shrc +++ b/dotfiles/shrc @@ -77,4 +77,11 @@ if command -v calendar >/dev/null && [ -f ~/.calendar/calendar ]; then calendar fi +_host=$(hostname 2>/dev/null) +_host=${_host%%.*} +if [ -n "$_host" ] && [ -f ~/.shrc."$_host" ]; then + . ~/.shrc."$_host" +fi +unset _host + set -o emacs