From c49556b3a439db2db4351d51a9df771a7d4f5d1d Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 30 Jul 2015 14:41:00 +0200 Subject: [PATCH] Add "pdfman" plugin PDFman is a script for OS X which renders manual pages as PDF and shows them using Preview.app, for example. --- plugins/pdfman/pdfman.zshrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugins/pdfman/pdfman.zshrc diff --git a/plugins/pdfman/pdfman.zshrc b/plugins/pdfman/pdfman.zshrc new file mode 100644 index 0000000..7f28ec7 --- /dev/null +++ b/plugins/pdfman/pdfman.zshrc @@ -0,0 +1,7 @@ +# AX-ZSH: Alex' Modular ZSH Configuration +# pdfman.zshrc: Setup PDFman + +# Make sure that "pdfman" script is installed +(( $+commands[pdfman] )) || return + +alias man='pdfman' -- 2.39.2