Files
dotfiles/.oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh
T
2020-05-06 22:06:16 +02:00

8 lines
139 B
Bash
Executable File

# start fbterm automatically in /dev/tty*
if (( ${+commands[fbterm]} )); then
if [[ "$TTY" = /dev/tty* ]] ; then
fbterm && exit
fi
fi