add completion definitions for fancy functions
This commit is contained in:
parent
ff6fc43102
commit
367d6764d0
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue