diff options
| author | Matt Hunter <m@lfurio.us> | 2026-06-03 04:14:47 -0400 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-06-03 04:14:47 -0400 |
| commit | 0130dbab1c75aad9d7ac8bdfd98408e18c9ef5df (patch) | |
| tree | 779e911a2a4fbaf831f2869630080a348b63b99b | |
| parent | 0711dc16bdd35e088f74ee32fc91b59d83f0597d (diff) | |
| download | rice-0130dbab1c75aad9d7ac8bdfd98408e18c9ef5df.tar.gz rice-0130dbab1c75aad9d7ac8bdfd98408e18c9ef5df.zip | |
git-sonar: Update config for v0.9
| -rw-r--r-- | .config/fish/config.fish | 1 | ||||
| -rw-r--r-- | .config/fish/functions/fish_prompt.fish | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 06ec5e3..95cf2cf 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -5,4 +5,3 @@ end set --export PATH ~/.local/bin $PATH set --export EDITOR "vim" -set --export GIT_RADAR_FORMAT " \\x01\\033[1;30m\\x02git:(\\x01\\033[0m\\x02%{branch}%{ :local}\\x01\\033[1;30m\\x02)\\x01\\033[0m\\x02%{ :stash}%{ :changes}" diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish index b6a163a..4e59678 100644 --- a/.config/fish/functions/fish_prompt.fish +++ b/.config/fish/functions/fish_prompt.fish @@ -12,5 +12,5 @@ function fish_prompt --description 'Write out the prompt' end # prompt - echo -n -s $hostinfo $color_cwd (prompt_pwd) $reset (git-sonar) $reset " " $suffix " " + echo -n -s $hostinfo $color_cwd (prompt_pwd) $reset (git-sonar --no-remote-commits) $reset " " $suffix " " end |
