diff options
Diffstat (limited to 'Completion/X')
-rw-r--r-- | Completion/X/Command/.distfiles | 34 | ||||
-rw-r--r-- | Completion/X/Command/_xournal | 6 |
2 files changed, 32 insertions, 8 deletions
diff --git a/Completion/X/Command/.distfiles b/Completion/X/Command/.distfiles index d97ec8d3c..925ca5257 100644 --- a/Completion/X/Command/.distfiles +++ b/Completion/X/Command/.distfiles @@ -1,16 +1,34 @@ DISTFILES_SRC=' .distfiles -_acroread _dcop -_gnome-gv _gqview _gv _kfmclient -_mozilla _mplayer _nautilus -_nedit _netscape +_acroread +_dcop +_gnome-gv +_gqview +_gv +_kfmclient +_mozilla +_mplayer +_nautilus +_nedit +_netscape _okular _pdftk _qiv _setxkbmap -_urxvt _vnc -_x_utils _xauth _xdvi _xfig _xloadimage -_xmodmap _xpdf _xscreensaver _xset _xterm -_xv _xwit +_urxvtd +_vnc +_x_utils +_xauth +_xdvi +_xfigd +_xloadimage +_xmodmap +_xournal +_xpdf +_xscreensaver +_xsetd +_xterm +_xv +_xwit _xrandr ' diff --git a/Completion/X/Command/_xournal b/Completion/X/Command/_xournal new file mode 100644 index 000000000..066ef55f5 --- /dev/null +++ b/Completion/X/Command/_xournal @@ -0,0 +1,6 @@ +#compdef xournal + +local expl + +_description files expl 'PDF and Xournal files' +_files "$@" "$expl[@]" -g '*.(#i){xoj,pdf}(-.)' |