diff options
Diffstat (limited to '.config/zsh/oh-my-zsh/plugins/z/Makefile')
-rw-r--r-- | .config/zsh/oh-my-zsh/plugins/z/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/zsh/oh-my-zsh/plugins/z/Makefile b/.config/zsh/oh-my-zsh/plugins/z/Makefile new file mode 100644 index 0000000..dcf433d --- /dev/null +++ b/.config/zsh/oh-my-zsh/plugins/z/Makefile @@ -0,0 +1,4 @@ +readme: + @groff -man -Tascii z.1 | col -bx + +.PHONY: readme |