# Alias2D csh login profile
#
# The commands in this file are executed when you first
# log in.  This file is processed after .cshrc.
#

# Set the interrupt character to Ctrl-c and do clean backspacing.
stty intr '^C' echoe 

# Set the TERM environment variable
eval `tset -s -Q`

# Set the default X server.
setenv DISPLAY :0

# Add Alias2D to the path
set path = (. /usr/sbin /usr/bsd /usr/bin /bin /usr/bin/X11 /usr/Alias2D/bin )

# save tty state in a file where wsh can find it
if (! -f $HOME/.wshttymode) then
    stty -g > $HOME/.wshttymode
endif

# Put the product icons in workspace
foreach i (/usr/Alias2D/bin/*)
	/usr/sbin/fetch $i
end

