dot/bashrc, dot/zshrc: Promote invoking the common config.
[profile] / dot / zshrc
index 8cedc67..a43697d 100644 (file)
--- 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"
 
 ###--------------------------------------------------------------------------