diff options
| -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 |
