mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
merge
This commit is contained in:
parent
a8c56f5231
commit
8274156fae
296 changed files with 6279 additions and 3141 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue