oh-my-fish / theme-bobthefish

A Powerline-style, Git-aware fish theme optimized for awesome.
MIT License
1.44k stars 222 forks source link

How to show informative numbers in Git prompt? #321

Closed Zesko closed 2 years ago

Zesko commented 2 years ago

Is that possible, this theme adds informative numbers of file change in Git Prompt?

For example: I want to like Git Prompt: https://mariuszs.github.io/blog/2013/informative_git_prompt.html

Zesko commented 2 years ago

set -g theme_display_git_dirty_verbose yes, but it is not how much file is changed.

bobthecow commented 2 years ago
set -g theme_display_git_ahead_verbose yes
set -g theme_display_git_dirty_verbose yes
set -g theme_display_git_stashed_verbose yes
Zesko commented 2 years ago

Thank the answer.