diff options
author | Robby Russell <robby@planetargon.com> | 2013-10-24 20:29:10 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-10-24 20:29:10 -0700 |
commit | 90c28b786ae8a8013fc5083e9cf941115152c706 (patch) | |
tree | dce328d762abf9e69680dc7925704eca212a7829 /plugins/z/Makefile | |
parent | 042ee6e6eddd621ca6fa5853f3a9f1bdb5b4cc08 (diff) | |
parent | e4fb94306a91ea6b893ba0dad34ba8eb17c07f0a (diff) | |
download | zsh-90c28b786ae8a8013fc5083e9cf941115152c706.tar.gz zsh-90c28b786ae8a8013fc5083e9cf941115152c706.tar.bz2 zsh-90c28b786ae8a8013fc5083e9cf941115152c706.zip |
Merge pull request #1688 from mbauhardt/z
ohmyzsh plugin of the z project: https://github.com/rupa/z
Diffstat (limited to 'plugins/z/Makefile')
-rw-r--r-- | plugins/z/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/z/Makefile b/plugins/z/Makefile new file mode 100644 index 000000000..dcf433d40 --- /dev/null +++ b/plugins/z/Makefile @@ -0,0 +1,4 @@ +readme: + @groff -man -Tascii z.1 | col -bx + +.PHONY: readme |