starship_add_bash()

def starship_add_bash(name, shell_path, version, preset, prompt, shortcuts)

Adds starship and configures it to use bash with spaces shell

Args

  • name - name of the rules
  • shell_path - path to the bash binary
  • version - version of the starship binary to checkout.
  • preset - preset to use for starship
  • prompt -
  • shortcuts -

starship_add_fish()

def starship_add_fish(name, shell_path, version, preset, prompt, shortcuts)

Adds starship and configures it to use fish with spaces shell

Args

  • name - name of the rules
  • shell_path - path to the fish binary
  • version - version of the starship binary to checkout.
  • preset - preset to use for starship
  • prompt -
  • shortcuts -

starship_add_zsh()

def starship_add_zsh(name, shell_path, version, preset, prompt, shortcuts)

Adds starship and configures it to use fish with spaces shell

Args

  • name - name of the rules
  • shell_path - path to the zsh binary
  • version - version of the starship binary to checkout.
  • preset - preset to use for starship
  • prompt -
  • shortcuts -