diff options
Diffstat (limited to 'files/.zsh/rc/S40_completion')
| -rw-r--r-- | files/.zsh/rc/S40_completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/.zsh/rc/S40_completion b/files/.zsh/rc/S40_completion index f3c0a09..7edf18c 100644 --- a/files/.zsh/rc/S40_completion +++ b/files/.zsh/rc/S40_completion @@ -42,7 +42,7 @@ compdef ledger=hledger # Completing generic gnu commands # https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org -compdef _gnu_generic lshw duplicity tldr +compdef _gnu_generic lshw df duplicity tldr compdef _gnu_generic -p 'pg_*' # youtube-dl |
