You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/themes/budspencer
Joseph Tannhuber 3567690ec3 README changed 10 years ago
..
README.md README changed 10 years ago
fish_prompt.fish New theme: budspencer 10 years ago
fish_right_prompt.fish New theme: budspencer 10 years ago

README.md

budspencer theme

Translation of zsh's prezto budspencer theme

Left prompt segments

  • Vi mode indicator
  • Git repository information
  • Status symbols
    • V: vi is parent process
    • R: ranger is parent process
    • ⚙: there are background jobs
    • : no write permissions in present working directory
    • ✔: last command succeeded
    • ✘: last command failed
    • : superuser indicator

Right prompt segments

  • Git status symbols
    • ↑: git repository is ahead origin
    • ↓: git repository is behind origin
    • +: new files added
    • : files deleted
    • ✱: files have changed
    • ●: uncommited changes
    • ✭: commits stashed
  • Present working directory
    • style can be toggled in NORMAL mode with space bar
    • styles implemented:
      • short (show truncated path)
      • long (show full path)
      • none (show nothing)
    • configurable by global array $PWDSTYLE (if not set, defaults to short long none)

Screenshot

budspencer theme

TODO

  • elapsed time indicator
  • host/username indicator for ssh connections
  • vi REPLACE mode