chiark
/
gitweb
/
~mdw
/
profile
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
el/dot-emacs.el: Add support for Ada.
[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