]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/fbterm/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / fbterm / README.md
1 # fbterm
2
3 This plugin automatically starts [fbterm](https://github.com/zhangyuanwei/fbterm)
4 if on a real TTY (`/dev/tty*`).
5
6 To use it, add `fbterm` to the plugins array of your zshrc file:
7
8 ```zsh
9 plugins=(... fbterm)
10 ```