add bin/volctl (version 0.1.0) + bash completion

This commit is contained in:
Lexi / Zoe 2020-03-01 05:04:43 +01:00
parent fae0a7b20c
commit 4906e7b6b6
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
2 changed files with 170 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# Enable bash completion for volctl (if installed)
[[ -x "$HOME/bin/volctl" ]] && source <($HOME/bin/volctl bash-completion)