bashrc/.bash_profile

10 lines
114 B
Bash

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