Add completion for my send-pkg utility

This commit is contained in:
Tom Willemse 2016-03-14 12:19:35 +01:00
parent 48c765d8aa
commit 6c37b01bcb

View file

@ -162,3 +162,6 @@ compinit
colors # Initialize colors. colors # Initialize colors.
cdpath=($HOME/projects $HOME/projects/work/photension) cdpath=($HOME/projects $HOME/projects/work/photension)
# Add filename completion for send-pkg, any file ending in .pkg.tar.xz
compdef '_files -g "*.pkg.tar.xz"' send-pkg