# # $Id: dot-zlogin,v 1.1.1.1 2002/05/30 05:28:01 renaud Exp $ # # This is executed after .zshrc, for login shells only. # # advertise terminal type print "TERM = $TERM" if using_gui then # check display print "DISPLAY = $DISPLAY" fi # start ssh authentication agent eval `ssh-agent` >/dev/null