head	1.8;
access;
symbols;
locks
	aki:1.8; strict;
comment	@# @;


1.8
date	2006.03.21.12.18.34;	author aki;	state Exp;
branches;
next	1.7;

1.7
date	2005.07.20.00.07.11;	author aki;	state Exp;
branches;
next	1.6;

1.6
date	2004.12.20.01.02.05;	author aki;	state Exp;
branches;
next	1.5;

1.5
date	2004.06.19.01.38.46;	author aki;	state Exp;
branches;
next	1.4;

1.4
date	2004.03.10.23.05.28;	author aki;	state Exp;
branches;
next	1.3;

1.3
date	2004.01.12.02.10.12;	author aki;	state Exp;
branches;
next	1.2;

1.2
date	2004.01.11.11.29.31;	author aki;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.20.04.41.46;	author aki;	state Exp;
branches;
next	;


desc
@@


1.8
log
@*** empty log message ***
@
text
@#ident	"@@(#)/etc/stdprofile.sl 1.1 3.0 11/18/85 18386 "
#	This is the default standard profile provided to a user.
#	They are expected to edit it to meet their own needs.

# Hello there and welcome to your .profile!  The .profile is a
# way for you to initialize and customize your UNIX environment.
#
# I'd like to help you with a few notes about each part. 
#
# This sets the environment variable "MAIL" for the location of your
# email file.  Typically email is spooled in /usr/mail with the user's
# login (enviroment variable LOGNAME) for the file's name.
MAIL=/mail/${LOGNAME:?}

# Which editor?  Well, here is the standard and then the VIsual editor
# based off of ex (EXtended ed).  But since you might not know these,
# we will give you "pico".
#EDITOR=/bin/ed
VISUAL=ari
export LESSEDIT='%E %f' RCSINIT=-zLT
set -o emacs
EDITOR=/usr/pkg/bin/vim
CDPATH=.:~
FCEDIT=ari
# Neat hacks for the David Korn's shell.
# standard prompt is the dollar sign.  The shell comment character
# if you can't tell is the pound (#) sign.  Uncomment out the follow
# and delete the line after it (or comment it out) if you would like
# the standard UNIX Korn shell prompt.
#
# Normal UNIX prompt
PS1="$ " 
#
# This one gives you the return code for the last command executed
# and the present working directory
PS1=' $?+$(mhparam current-folder);'

# here is an example of a KSH function.  This one puts the current
# directory and hostname in your prompt
#host=`uname -n`

#chdir ()
#{
#	\cd ${*:-$HOME} && PS1="$host:$(pwd)> "
#}

#alias cd=chdir
#cd

# This tells the system what terminal you are using or emulating.  We do
# support a number of terminals and can infact support more.  For more 
# ideas, you can look in /usr/lib/terminfo.  Default TTY is typically a
# DEC vt100.
#TERM=vt100

# stty (Set TTY) sets up your TTY.  Note, if you have problems with
# your backspace key, try changing the "erase '^h'" to "erase '^?'".
# If that still does not help, type stty erase at the shell prompt
#and then hit your backspace key.

stty erase '^h' echoe

# The following can be used for setting up the number of lines and 
# columns you are using.  Most typical PC-COMM programs use 24 lines
# by 79 or 80 columns.  These settings (commented out) are typically
# used for TTYs .. experiment in sizing your own.
#LINES=25
#COLUMNS=80
#
# stty rows 25 cols 80

# Now lets go ahead and make those enviroment variables active!  export 'em!
export MAIL PS1 TERM EDITOR VISUAL 

PATH=~/.-:$PATH
export SKK_JISYO TZ
SKK_JISYO=/tmp/SKK-JISYO.L
TZ=Japan
nntphost=news.cirr.com

export JLESSCHARSET ARI_CODEDEF LANG

[ x$TERM  != xrxvt ] && . sjis || . ujis


[ -s $SKK_JISYO ] || bzcat .../SKK-JISYO.L.bz2 >$SKK_JISYO
fortune
@


1.7
log
@*** empty log message ***
@
text
@d54 1
a54 1
TERM=vt100
d82 3
a84 1
. ujis
@


1.6
log
@*** empty log message ***
@
text
@d84 1
a84 1
[ -f $SKK_JISYO ] || zcat .../SKK-JISYO.L.bz2 >$SKK_JISYO
@


1.5
log
@*** empty log message ***
@
text
@d85 1
@


1.4
log
@*** empty log message ***
@
text
@d77 1
a77 1
SKK_JISYO=~/.../SKK-JISYO.L
d82 3
a84 1
. ~/.euc
@


1.3
log
@*** empty log message ***
@
text
@d19 3
a21 1
VISUAL=emacs
d24 1
a24 1
FCEDIT=/usr/pkg/bin/vim
d36 1
a36 1
PS1=['$?:${PWD#${PWD%/*/*/*}/}> '
d76 7
a82 5
export ARI_CODEDEF SKK_JISYO LOCAL_SKK_JISYO JLESSCHARSET
ARI_CODEDEF=J-S--
SKK_JISYO=~/.../SKK-JISYO.M
LOCAL_SKK_JISYO=~/.skk-jisyo
JLESSCHARSET=japanese-sjis
@


1.2
log
@*** empty log message ***
@
text
@d73 6
a78 9
echo
echo "Welcome to the SDF Public Access UNIX system. (est. 1987)\n"
echo "For quick help, type 'help'"
echo "For detailed questions and answers, type 'faq'"
echo "For user discussion boards, type 'bboard'"
echo "For interactive discussions, type 'com'"
echo "To setup your homepage, type 'mkhomepg'"
echo "to create your URL http://$LOGNAME.freeshell.org, type 'addlink'\n"
echo "Explore and Enjoy!\n"
@


1.1
log
@Initial revision
@
text
@d19 4
a22 3
#VISUAL=/usr/bin/vi
EDITOR=/usr/pkg/bin/pico

d34 1
a34 1
#PS1=['$?:${PWD#${PWD%/*/*/*}/}> '
@
