toolbox.plugin.zsh 77 B

123
  1. function toolbox_prompt_info() {
  2. [[ -f /run/.toolboxenv ]] && echo "⬢"
  3. }