There's going to be more machinery added around here.
-## Fetch the common configuration.
+###--------------------------------------------------------------------------
+### Common shell configuration.
+
+###--------------------------------------------------------------------------
+### Other preliminaries.
+
## If we've not run the main profile yet, we should do that first. It sets
## up things we rely on. Also, if there's a system script, we should run
## that too.
## If we've not run the main profile yet, we should do that first. It sets
## up things we rely on. Also, if there's a system script, we should run
## that too.
__mdw_shell=zsh
case ${INSIDE_EMACS+t},$TERM in t,dumb) unsetopt zle ;; esac
__mdw_shell=zsh
case ${INSIDE_EMACS+t},$TERM in t,dumb) unsetopt zle ;; esac
+###--------------------------------------------------------------------------
+### Common shell configuration.
+
. "$HOME/.shell-rc"
###--------------------------------------------------------------------------
. "$HOME/.shell-rc"
###--------------------------------------------------------------------------