Unverified Commit cf0c8004 authored by François M's avatar François M Committed by GitHub

feat(toolbox)!: rename and add aliases (#11580)

parent 25c2c3a4
...@@ -22,4 +22,5 @@ RPROMPT='$(toolbox_prompt_info)' ...@@ -22,4 +22,5 @@ RPROMPT='$(toolbox_prompt_info)'
| Alias | Command | Description | | Alias | Command | Description |
|-------|----------------------|----------------------------------------| |-------|----------------------|----------------------------------------|
| tb | `toolbox enter` | Enters the toolbox environment | | tbe | `toolbox enter` | Enters the toolbox environment |
| tbr | `toolbox run` | Run a command in an existing toolbox |
...@@ -2,4 +2,5 @@ function toolbox_prompt_info() { ...@@ -2,4 +2,5 @@ function toolbox_prompt_info() {
[[ -f /run/.toolboxenv ]] && echo "⬢" [[ -f /run/.toolboxenv ]] && echo "⬢"
} }
alias tb="toolbox enter" alias tbe="toolbox enter"
alias tbr="toolbox run"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment