diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-02-18 22:20:26 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-02-18 22:34:59 +0100 |
commit | 0bc8e31b358a872ec2631874bd2109ba4e009ccf (patch) | |
tree | 868ea39a911d4e6c919eccc76f5c707f5d1d3cda /Makefile.am | |
parent | 9b1c2626cef16722603bded9bb52033aba34dd74 (diff) |
delta: add bash completion
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1a7f9fb5b0..e9fca3f1fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -351,6 +351,7 @@ dist_bashcompletion_DATA = \ shell-completion/bash/journalctl \ shell-completion/bash/systemctl \ shell-completion/bash/systemd-analyze \ + shell-completion/bash/systemd-delta \ shell-completion/bash/systemd-run \ shell-completion/bash/udevadm \ shell-completion/bash/kernel-install |