# $PATH should be in the beginning so that fabos/bin is defined
# before /bin, so that passwd command in /fabos/bin
# is selected since it is wrapper for /bin/passwd which also saves passwd
# changes in flash
PATH="/fabos/link_abin:/fabos/link_sbin:/fabos/link_bin"

# Set the control-C handler back to default
# This trap was turned off in /etc/profile.
# Note that this trap statement should be BEFORE chkdefaultpasswds
# otherwise control-C cannot be used to quit changing default passwords.
trap - INT

HISTSIZE=500

alias ls='ls -CAF'

export PATH
