Added note for numlock
This commit is contained in:
parent
7a60ec4ccb
commit
caa9987e9c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue