Added note for numlock

This commit is contained in:
David Thurstenson 2016-01-25 09:38:04 -06:00
parent 7a60ec4ccb
commit caa9987e9c
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Set numlock if running in tty.
# (numlock for X is set in ~/.xinitrc)
case $(tty) in /dev/tty[0-9]*)
setleds -D +num ;;
esac