bashrc/.bash_profile

10 lines
114 B
Bash
Raw Normal View History

2016-01-20 17:06:54 +00:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
2016-01-21 22:12:31 +00:00
case $(tty) in /dev/tty[0-9]*)
setleds -D +num ;;
esac