# # Example /etc/csh.login for Cygwin # Path modified AH 14.4.04 # unsetenv TEMP unsetenv TMP set path=( /usr/X11R6/bin $path:q ) if ( ! ${?USER} ) then set user="`id -un`" endif if ( ! ${?HOME} ) then set home=/home/$USER endif if ( ! -d "$HOME" ) then mkdir -p "$HOME" endif if ( ! ${?TERM} || "$TERM" == "unknown" || "$tty" == "conin" ) then set TERM=cygwin endif setenv MAKE_MODE unix umask 022 cd