#  .ashinit Version 860228 Thorn Smith
#     Computerverse, 2448 Brenning Dr., San Jose, Ca. 95111-1901
#
echo type$.red help$.white for a listing of intrisics.
echo type$.red exit$.white to enter the workbench.
echo type$.red info$.white for a detailed listing of commands.
#  aliases
alias more "cat -hms $*"
alias h history
alias s "source $*"
alias f1 "info"
alias f2 "help"
alias f3 "date"
alias f4 "textcraft resume"
alias f20 "exit"
alias readme "more readme"
alias info readme
alias ls "dir $*"
alias vi "ed $*"
alias l "list $*"
echo $.black set equates are:$.white
set
echo $.black alias equates are:$.white
alias
