diff options
author | François M <francoism90@users.noreply.github.com> | 2023-04-06 15:11:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 15:11:52 +0200 |
commit | cf0c80049288d1029aee824bf975016c4201a3ef (patch) | |
tree | d1ea604a2a529a7773fa9f7ca9d28d7dd3c6dbf7 /plugins/toolbox/README.md | |
parent | 25c2c3a4683be60c3526858be960ee6ce1249245 (diff) | |
download | zsh-cf0c80049288d1029aee824bf975016c4201a3ef.tar.gz zsh-cf0c80049288d1029aee824bf975016c4201a3ef.tar.bz2 zsh-cf0c80049288d1029aee824bf975016c4201a3ef.zip |
feat(toolbox)!: rename and add aliases (#11580)
Diffstat (limited to 'plugins/toolbox/README.md')
-rw-r--r-- | plugins/toolbox/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/toolbox/README.md b/plugins/toolbox/README.md index abaca31f4..bc04a906b 100644 --- a/plugins/toolbox/README.md +++ b/plugins/toolbox/README.md @@ -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 | |