├── LICENSE ├── README.md ├── _cd-gitroot ├── cd-gitroot └── cd-gitroot.plugin.zsh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollifier/cd-gitroot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollifier/cd-gitroot/HEAD/README.md -------------------------------------------------------------------------------- /_cd-gitroot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollifier/cd-gitroot/HEAD/_cd-gitroot -------------------------------------------------------------------------------- /cd-gitroot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollifier/cd-gitroot/HEAD/cd-gitroot -------------------------------------------------------------------------------- /cd-gitroot.plugin.zsh: -------------------------------------------------------------------------------- 1 | # init script for antigen 2 | autoload -Uz cd-gitroot 3 | --------------------------------------------------------------------------------