├── .gitignore ├── LICENSE └── ssh.plugin.zsh /.gitignore: -------------------------------------------------------------------------------- 1 | .directory 2 | *.zwc 3 | *.old 4 | *~ 5 | 6 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zpm-zsh/ssh/HEAD/LICENSE -------------------------------------------------------------------------------- /ssh.plugin.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zpm-zsh/ssh/HEAD/ssh.plugin.zsh --------------------------------------------------------------------------------