chiark / gitweb /
el/dot-emacs.el (mdw-fill-paragraph): Pass on arguments faithfully.
[profile] / dot / zshenv
1 ### -*-sh-*-
2 ###
3 ### Last ditch sanity for Zsh invocations.
4
5 case ${SSH_CONNECTION+t},${__mdw_profile+t} in
6   t,) if [[ ! -o login ]]; then . "$HOME/.zprofile"; fi ;;
7 esac