;;; Sili Shell startup sequence (prototype)
inshell ;;; this command is required
;;; adjust the other ingredients to taste:
alias NewSili NewShell "CON:0/100/300/100/Sili Shell" from S:Sili-Startup
;;    ^^^ This replaces the script but is more restrictive (i.e. FIXED!)
Prompt "== [CLI_%N].%S =="
alias reverse echo "*E[0;0H*E[41;30m*E[J"
alias normal echo "*E[0;0H*E[40;31m*E[J"
alias del delete []

