├── .editorconfig ├── DESCRIPTION ├── LICENSE ├── Makefile ├── README.md ├── URL ├── VERSION ├── src ├── config.zsh ├── histrefs.zsh ├── hooks.zsh └── opts.zsh ├── zsh-prioritize-cwd-history.plugin.zsh └── zsh-prioritize-cwd-history.zsh /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericfreese/zsh-prioritize-cwd-history/HEAD/.editorconfig -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericfreese/zsh-prioritize-cwd-history/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericfreese/zsh-prioritize-cwd-history/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericfreese/zsh-prioritize-cwd-history/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericfreese/zsh-prioritize-cwd-history/HEAD/README.md -------------------------------------------------------------------------------- /URL: -------------------------------------------------------------------------------- 1 | https://github.com/ericfreese/zsh-cwd-history 2 | -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | v0.2.1 2 | -------------------------------------------------------------------------------- /src/config.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericfreese/zsh-prioritize-cwd-history/HEAD/src/config.zsh -------------------------------------------------------------------------------- /src/histrefs.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericfreese/zsh-prioritize-cwd-history/HEAD/src/histrefs.zsh -------------------------------------------------------------------------------- /src/hooks.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericfreese/zsh-prioritize-cwd-history/HEAD/src/hooks.zsh -------------------------------------------------------------------------------- /src/opts.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericfreese/zsh-prioritize-cwd-history/HEAD/src/opts.zsh -------------------------------------------------------------------------------- /zsh-prioritize-cwd-history.plugin.zsh: -------------------------------------------------------------------------------- 1 | zsh-prioritize-cwd-history.zsh -------------------------------------------------------------------------------- /zsh-prioritize-cwd-history.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericfreese/zsh-prioritize-cwd-history/HEAD/zsh-prioritize-cwd-history.zsh --------------------------------------------------------------------------------