From efeb3e7062a730f564b325f0ca0721417dc9b212 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 27 Jan 2017 15:55:53 +0100 Subject: [PATCH] pdfman: Setup "man" alias with "nocorrect" --- plugins/pdfman/pdfman.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pdfman/pdfman.zshrc b/plugins/pdfman/pdfman.zshrc index 7f28ec7..9167100 100644 --- a/plugins/pdfman/pdfman.zshrc +++ b/plugins/pdfman/pdfman.zshrc @@ -4,4 +4,4 @@ # Make sure that "pdfman" script is installed (( $+commands[pdfman] )) || return -alias man='pdfman' +alias man='nocorrect pdfman' -- 2.39.2