This website requires JavaScript.
Explore
Help
Sign In
Customization
/
ohmyzsh
Watch
1
Star
0
Fork
You've already forked ohmyzsh
0
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced
2024-11-12 17:00:07 +00:00
Code
Releases
Activity
ed03e7127f
ohmyzsh
/
plugins
/
toolbox
/
toolbox.plugin.zsh
6 lines
103 B
Bash
Raw
Normal View
History
Unescape
Escape
feat(toolbox): add plugin to show `toolbox` prompt info (#10685)
2022-03-22 21:39:37 +00:00
function
toolbox_prompt_info
(
)
{
[
[
-f /run/.toolboxenv
]
]
&&
echo
"⬢"
}
feat(toolbox): alias for `toolbox enter`
2022-05-08 15:29:02 +00:00
alias
tb
=
"toolbox enter"
Copy permalink