Add completion for my send-pkg utility
This commit is contained in:
parent
48c765d8aa
commit
6c37b01bcb
1 changed files with 3 additions and 0 deletions
|
@ -162,3 +162,6 @@ compinit
|
|||
colors # Initialize colors.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue