From caa9987e9c477de88c69b36b2d1e0d95d449adb9 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Mon, 25 Jan 2016 09:38:04 -0600 Subject: [PATCH] Added note for numlock --- .bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bash_profile b/.bash_profile index 0ed7c80..30f35d7 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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