add bin/volctl (version 0.1.0) + bash completion
This commit is contained in:
parent
fae0a7b20c
commit
4906e7b6b6
2 changed files with 170 additions and 0 deletions
3
.bash_completion.d/20-volctl.sh
Normal file
3
.bash_completion.d/20-volctl.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Enable bash completion for volctl (if installed)
|
||||
[[ -x "$HOME/bin/volctl" ]] && source <($HOME/bin/volctl bash-completion)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue