fbterm.plugin.zsh 139 B

1234567
  1. # start fbterm automatically in /dev/tty*
  2. if (( ${+commands[fbterm]} )); then
  3. if [[ "$TTY" = /dev/tty* ]] ; then
  4. fbterm && exit
  5. fi
  6. fi