bash : toolbx : rename tb to tba to be consistent with tmux ta.

This commit is contained in:
Dmitry Voronin 2023-10-31 21:25:00 +03:00
parent 25930e35a4
commit 297aec7910

View file

@ -1,6 +1,6 @@
# create toolbx container with default or specified name. # attach/create toolbx container with default or specified name.
# usage: tb [NAME] # usage: tb [NAME]
tb() tba()
{ {
local name="$1" local name="$1"
@ -76,4 +76,4 @@ _tb_containers()
_autocomplete_first "$(toolbox list -c | sed -e '1d' | awk '{ print $2 }')" _autocomplete_first "$(toolbox list -c | sed -e '1d' | awk '{ print $2 }')"
} }
complete -F _tb_containers tb tbk tb_rpmfusion complete -F _tb_containers tba tbk tb_rpmfusion