conf2/zsh/.oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh

8 lines
139 B
Bash
Raw Normal View History

2019-01-12 15:47:23 +00:00
# start fbterm automatically in /dev/tty*
if (( ${+commands[fbterm]} )); then
if [[ "$TTY" = /dev/tty* ]] ; then
fbterm && exit
fi
fi