]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: cleanup pdf compdefs
authorSimon Ruderich <simon@ruderich.org>
Tue, 29 Apr 2014 13:47:16 +0000 (15:47 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 29 Apr 2014 13:47:16 +0000 (15:47 +0200)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 04c99f2ed673da450287f4572a182579f5887b0d..aac4e9a9b193d3a20da65e98273b074f2acb32f6 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -882,14 +882,14 @@ if (( $+commands[xpdf] )); then
         command xpdf "$@" 2>/dev/null &
         disown %command
     }
-    compdef _xpdf pdf
+    compdef pdf=xpdf
 elif (( $+commands[zathura] )); then
     pdf() {
         command zathura "$@" 2>/dev/null &
         disown %command
     }
     # No completion for zathura yet.
-    compdef _xpdf pdf
+    compdef pdf=xpdf
 fi
 
 # Better viewer for info pages .. just pipe everything into less.