shell.d: Fix completion for 'zat'

master
Pierre Neidhardt 2015-10-12 12:04:44 +02:00
parent a5485ac53a
commit cc76595812
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ if [ "zsh" = "$SHELL_CURRENT" ]; then
compdef _pcc pql
compdef _tex ltx
compdef _path_commands typex
compdef _zathura zat
compdef _pspdf zat
compdef _pcc abs-wrapper
fi