├── .gitignore ├── LICENSE ├── README.md ├── moshrc └── sshrc /.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdown/sshrc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdown/sshrc/HEAD/README.md -------------------------------------------------------------------------------- /moshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdown/sshrc/HEAD/moshrc -------------------------------------------------------------------------------- /sshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdown/sshrc/HEAD/sshrc --------------------------------------------------------------------------------