toolbox.plugin.zsh 103 B

12345
  1. function toolbox_prompt_info() {
  2. [[ -f /run/.toolboxenv ]] && echo "⬢"
  3. }
  4. alias tb="toolbox enter"