# $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/bin:/bin:/usr/bin:/sbin:/usr/sbin:/fabos/sbin:/fabos/factory:/fabos/xtool:/nfabos/bin"
HISTSIZE=500

alias ls='ls -CAF'
alias reboot='reboot -f'

export PATH

# 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
