mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-05 21:31:04 +01:00
10 lines
296 B
Markdown
10 lines
296 B
Markdown
# tmux-cssh plugin
|
|
|
|
This plugin adds autocompletion for [`tmux-cssh`](https://github.com/zinic/tmux-cssh/).
|
|
|
|
To use it, add `tmux-cssh` to the plugins array in your zshrc file:
|
|
```zsh
|
|
plugins=(... tmux-cssh)
|
|
```
|
|
|
|
First upstream repo, now disappeared: https://github.com/dennishafemann/tmux-cssh.
|