mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-11 10:49:51 +00:00
feat(toolbox): add plugin to show toolbox prompt info (#10685)
This commit is contained in:
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 "⬢"
|
||||
}
|
||||
Reference in New Issue
Block a user