Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
# export PATH=$ORIGPATH:/sbin:/usr/sbin:.:/home/root/bin

#alias makeL='mkdir ~/TH/L/; cd ~/TH/L/
#	     GENERATE="/usr/local/bin/tclsh8.0 $HOME/TH/Generate" CP="cp -v" \
#	       gmake -f ~/TH/Makefile THDIR=$HOME/TH angg_local'
alias make='gmake CP="cp -pv" TCLSH=tclsh8.2'

function killmoused () {		       
  kill -9 $(ps ax | grep moused | grep -v grep | awk '{print $1}')
}					       
function insmouse () {
  killmoused
  moused -p /dev/psm0
  vidcontrol -m on
}

# «80x50»
# (find-angg ".zshrc" "console")
alias 80x50='vidcontrol -f 8x8 ~/MTA/ega1.8; vidcontrol 80x50; insmouse'
alias iso='vidcontrol -f 8x8 ~/MTA/latinmath.8; vidcontrol 80x50; insmouse;
  kbdcontrol -l /freebsd/usr/share/syscons/keymaps/us.emacs.kbd'

# (find-fline "/freebsd/usr/src/usr.sbin/vidcontrol/")
# (find-fline "/freebsd/usr/src/usr.sbin/vidcontrol/vidcontrol.c" "void\nload_font")