bashrc/.bash_profile

13 lines
187 B
Bash

#
# ~/.bash_profile
#
[[ -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