summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-03-14 12:19:35 +0100
committerGravatar Tom Willemse2016-03-14 12:19:35 +0100
commit6c37b01bcb98c436f052451f2c16979a5298f1db (patch)
tree616f4c7e0a437960e4e895703a3b0f3f29d60bc6 /zsh
parent48c765d8aa5514ea4e633c11844cd407498b58e4 (diff)
downloaddotfiles-6c37b01bcb98c436f052451f2c16979a5298f1db.tar.gz
dotfiles-6c37b01bcb98c436f052451f2c16979a5298f1db.zip
Add completion for my send-pkg utility
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 2179ab2..1c3b612 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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