summaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-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