mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-24 14:44:09 +08:00
.. | ||
fish_prompt.fish | ||
fish_right_prompt.fish | ||
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
- Last command's duration time
- Git status
- style can be toggled in NORMAL mode with
,,
betweensymbols
(shows git status symbols, see below)counts
(shows amount of files that are affected)
- symbols:
- ↑: git repository is ahead origin
- ↓: git repository is behind origin
- +: new files were added
- –: files have been deleted
- ✱: files have been modified
- →: files have been renamed
- ═: there are unmerged commits
- ●: there are untracked files
- ✭: there are stashed commits
- style can be toggled in NORMAL mode with
- 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 toshort long none
)
Screenshot
TODO
- vi REPLACE mode