mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
feat(toolbox)!: rename and add aliases (#11580)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user