#/etc/profile: system-wide .profile file for ash.
. /etc/thinstation.global

umask 022
alias ll='ls -l'
alias l='ls -l'
if pkg_initialized e3 ; then
  alias vi='e3vi'
fi
