diff --git a/zsh/.config/zsh/config.d/10_completions.zsh b/zsh/.config/zsh/config.d/10_completions.zsh index 0d1eb46..2717699 100644 --- a/zsh/.config/zsh/config.d/10_completions.zsh +++ b/zsh/.config/zsh/config.d/10_completions.zsh @@ -16,3 +16,7 @@ zstyle :compinstall filename '/home/erin/.zshrc' autoload -Uz compinit compinit # 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