1
0
Fork 0

fbterm will only be exec'd if available

org
Mike Gerwitz 2014-04-16 02:50:59 -04:00
parent 995dddee9a
commit a4a1fd1949
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
# execute fbterm if logging on from a tty
if [ "$TERM" == linux ] && tty | grep -q /dev/tty; then
exec fbterm
which fbterm >/dev/null && exec fbterm
fi
# .bashrc is only sourced by bash on non-login shells (see bash(1)), so we need