mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-24 11:24:48 -04:00
Merge pull request #6008 from oxiedi/fix-libc-zsh-completion_1.1-maint
Fix Zsh completion for $BORG_LIBC
This commit is contained in:
commit
bed422efcf
1 changed files with 1 additions and 1 deletions
|
|
@ -773,7 +773,7 @@ _borg_parameters() {
|
|||
;;
|
||||
(LIBC)
|
||||
_wanted libraries expl 'library' \
|
||||
compadd - ${^=LD_LIBRARY_PATH:-/usr/lib /usr/local/lib}/lib*.(a|so*)(:t:fr:s/lib//) && ret=0
|
||||
compadd - ${^=LD_LIBRARY_PATH:-/usr/lib /usr/local/lib}/lib*.(a|so*)(:t) && ret=0
|
||||
;;
|
||||
(SELFTEST)
|
||||
_description values expl 'value'
|
||||
|
|
|
|||
Loading…
Reference in a new issue