mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: du-dust: Fix ZSH completion.
* gnu/packages/admin.scm (du-dust)[arguments]: Fix typo. Change-Id: Id139b5e213981e9cf9bfe63f661f75404ccf9b50
This commit is contained in:
parent
eb03211b1c
commit
028093d4e1
1 changed files with 1 additions and 1 deletions
|
@ -6230,7 +6230,7 @@ (define-public du-dust
|
|||
(install-file "completions/dust.fish"
|
||||
(string-append share "/fish/vendor_completions.d"))
|
||||
(install-file "completions/_dust"
|
||||
(string-append share "/zsh/site-fuctions"))))))))
|
||||
(string-append share "/zsh/site-functions"))))))))
|
||||
(home-page "https://github.com/bootandy/dust")
|
||||
(synopsis "Graphical disk usage analyzer")
|
||||
(description "This package provides a graphical disk usage analyzer in
|
||||
|
|
Loading…
Reference in a new issue