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

master
François M 3 years ago committed by GitHub
parent 25c2c3a468
commit cf0c800492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      plugins/toolbox/README.md
  2. 3
      plugins/toolbox/toolbox.plugin.zsh

@ -22,4 +22,5 @@ RPROMPT='$(toolbox_prompt_info)'
| 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() {
[[ -f /run/.toolboxenv ]] && echo "⬢"
}
alias tb="toolbox enter"
alias tbe="toolbox enter"
alias tbr="toolbox run"

Loading…
Cancel
Save