#
# ~/.bash_profile
[[ -f ~/.bashrc ]] && . ~/.bashrc
case $(tty) in /dev/tty[0-9]*)
setleds -D +num ;;
esac