]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh
bc253209201cca8c4a1ea4c4d30b21a621c40b07
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / fbterm / fbterm.plugin.zsh
1 # start fbterm automatically in /dev/tty*
2
3 if (( ${+commands[fbterm]} )); then
4         if [[ "$TTY" = /dev/tty* ]] ; then
5                 fbterm && exit
6         fi
7 fi