echo ""
echo "    CyberShell by Scott English, 1992"
echo "    Type: help cybershell ...for more details"
Prompt "*E[1mCyberShell #%N at %S->*E[22m "

; ----- Place from here down in your user-startup to speed shell use ------
alias clear "echo *"*E[0;0H*E[J*" "
alias reverse "echo *"*E[>1m*E[30;41m*E[0;0H*E[J*""
alias normal "echo *"*E[>0m*E[31;40m*E[0;0H*E[J*""
alias help type sys:s/cybershell/[].help
alias q endshell
alias ren rename []
alias cp copy []
alias rm delete []
alias write echo []
alias ls list []
alias mkdir makedir
alias f0 cd df0:[]
alias f1 cd df1:[]
alias h0 cd dh0:[]
