This website requires JavaScript.
Explore
Help
Sign in
linux
/
ohmyzsh
Watch
1
Star
0
Fork
You've already forked ohmyzsh
0
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced
2024-11-05 21:31:04 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8f6fbe2389
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 22:39:37 +01:00
function
toolbox_prompt_info
(
)
{
[
[
-f /run/.toolboxenv
]
]
&&
echo
"⬢"
}
feat(toolbox): alias for `toolbox enter`
2022-05-08 17:29:02 +02:00
alias
tb
=
"toolbox enter"
Reference in a new issue
Copy permalink