bashrc/.bash_profile

10 lines
114 B
Bash
Raw Normal View History

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