mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
feat(toolbox): add plugin to show toolbox prompt info (#10685)
This commit is contained in:
parent
c96fc233c4
commit
50113a53f3
2 changed files with 22 additions and 0 deletions
3
plugins/toolbox/kubectx.plugin.zsh
Normal file
3
plugins/toolbox/kubectx.plugin.zsh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function toolbox_prompt_info() {
|
||||
[[ -f /run/.toolboxenv ]] && echo "⬢"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue