ohmyzsh/plugins/fbterm/fbterm.plugin.zsh
Charles-Pierre Astolfi 099fa2d05b mines
2013-07-26 10:11:04 +02:00

6 lines
113 B
Bash
Executable file

# start fbterm automatically in /dev/tty*
if [[ $(tty|grep -o '/dev/tty') = /dev/tty ]] ; then
fbterm
exit
fi