chiark / gitweb /
dot/bashrc, dot/zshrc: Promote invoking the common config.
[profile] / dot / zshrc
index 8cedc6783ce1f05dda3a795bed871afb3391e026..a43697d1d60870a4001c509b02b5073b80ab0bf0 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"
 
 ###--------------------------------------------------------------------------