X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/8a075bd77648bf73909b42db74ef010a07a725f9..3b41df910f9e316e0f51d6bb10d01c0432ce0fb9:/dot/zshrc?ds=sidebyside diff --git a/dot/zshrc b/dot/zshrc index 8cedc67..a43697d 100644 --- a/dot/zshrc +++ b/dot/zshrc @@ -5,6 +5,9 @@ __mdw_shell=zsh case ${INSIDE_EMACS+t},$TERM in t,dumb) unsetopt zle ;; esac +###-------------------------------------------------------------------------- +### Common shell configuration. + . "$HOME/.shell-rc" ###--------------------------------------------------------------------------