mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-05 21:31:04 +01:00
610b2529d2
- fasd - history - mercurial - pylint - repo - yii2
10 lines
223 B
Markdown
10 lines
223 B
Markdown
# fbterm
|
|
|
|
This plugin automatically starts [fbterm](https://github.com/zhangyuanwei/fbterm)
|
|
if on a real TTY (`/dev/tty*`).
|
|
|
|
To use it, add `fbterm` to the plugins array of your zshrc file:
|
|
|
|
```zsh
|
|
plugins=(... fbterm)
|
|
```
|