Commit 3a1c4228 authored by Joseph Tannhuber's avatar Joseph Tannhuber

Comments updated

parent 4b8e9004
...@@ -17,9 +17,9 @@ Translation of zsh's prezto [budspencer theme][budspencer] ...@@ -17,9 +17,9 @@ Translation of zsh's prezto [budspencer theme][budspencer]
## Right prompt segments ## Right prompt segments
- Git status - Git status
* style can be toggled in NORMAL mode with `,,` * style can be toggled in NORMAL mode with `,,` between
- symbols - `symbols` (shows git status symbols, see below)
- amount of files that have been changed - `counts` (shows amount of files that are affected)
* symbols: * symbols:
- ↑: git repository is ahead origin - ↑: git repository is ahead origin
- ↓: git repository is behind origin - ↓: git repository is behind origin
......
...@@ -82,7 +82,7 @@ end ...@@ -82,7 +82,7 @@ end
bind -M default ' ' fish_pwd_toggle_cm bind -M default ' ' fish_pwd_toggle_cm
set git_style "symbols" set git_style "symbols"
function fish_git_toggle_cm --description "Toggles style of git segment, press G in NORMAL mode" function fish_git_toggle_cm --description "Toggles style of git segment, press ,, in NORMAL mode"
if test $git_style = "symbols" if test $git_style = "symbols"
set git_style "counts" set git_style "counts"
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment