Various small additions
This commit is contained in:
parent
fe3c0fb5d5
commit
05f6bf7007
11 changed files with 208 additions and 5 deletions
8
compdef/_xd
Normal file
8
compdef/_xd
Normal file
|
@ -0,0 +1,8 @@
|
|||
#compdef xd
|
||||
|
||||
function _xd {
|
||||
typeset -a targets
|
||||
targets=("${(@f)$(xd -l)}")
|
||||
_describe target targets
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue