add completion definitions for fancy functions

This commit is contained in:
ewin 2025-03-28 07:52:06 -04:00
parent ff6fc43102
commit 367d6764d0
Signed by: erin
SSH key fingerprint: SHA256:swjoHhREbZPbWe+gyJNi24d4NAxJSyUIm3fpZj4z3wc

View file

@ -16,3 +16,7 @@ zstyle :compinstall filename '/home/erin/.zshrc'
autoload -Uz compinit autoload -Uz compinit
compinit compinit
# End of lines added by compinstall # End of lines added by compinstall
# Inline completions for custom functions
compdef mkcd=mkdir mkcode=mkdir
compdef '_arguments "1:remote url or new repo path in ~/src:_files -/ -W $HOME/src"' mkrepo