This website requires JavaScript.
Explore
Help
Register
Sign In
mingzailao
/
ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
Watch
1
Star
0
Fork
You've already forked ohmyzsh
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d342b353e3
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-23 05:39:37 +08:00
function
toolbox_prompt_info
(
)
{
[
[
-f /run/.toolboxenv
]
]
&&
echo
"⬢"
}
feat(toolbox): alias for `toolbox enter`
2022-05-08 23:29:02 +08:00
alias
tb
=
"toolbox enter"