mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-25 15:53:30 +02:00
@@ -0,0 +1,6 @@
|
||||
# start fbterm automatically in /dev/tty*
|
||||
|
||||
if [[ $(tty|grep -o '/dev/tty') = /dev/tty ]] ; then
|
||||
fbterm
|
||||
exit
|
||||
fi
|
||||
Reference in New Issue
Block a user