feat(toolbox): alias for toolbox enter

This commit is contained in:
Ilya Maximov 2022-05-08 17:29:02 +02:00 committed by Marc Cornellà
commit ed03e7127f
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,5 @@
function toolbox_prompt_info() {
[[ -f /run/.toolboxenv ]] && echo "⬢"
}
alias tb="toolbox enter"