]> arthur.barton.de Git - ax-zsh.git/commitdiff
pdfman: Setup "man" alias with "nocorrect"
authorAlexander Barton <alex@barton.de>
Fri, 27 Jan 2017 14:55:53 +0000 (15:55 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 27 Jan 2017 14:55:53 +0000 (15:55 +0100)
plugins/pdfman/pdfman.zshrc

index 7f28ec723f4c4f29455c30469705c0547b20a116..9167100f409d6e3b84e15b6a9bdb399c37621397 100644 (file)
@@ -4,4 +4,4 @@
 # Make sure that "pdfman" script is installed
 (( $+commands[pdfman] )) || return
 
-alias man='pdfman'
+alias man='nocorrect pdfman'