summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Hunter <m@lfurio.us>2025-07-22 05:12:22 -0400
committerMatt Hunter <m@lfurio.us>2025-07-22 05:12:22 -0400
commitde0a7f88900e20774f841af4975f83777400c0b5 (patch)
treecf7f12a2054f23a5cb4c285495873c0eb922b3e2
parent4581fcf14b297a1ed802c4e7914c810106cce16b (diff)
downloadrice-de0a7f88900e20774f841af4975f83777400c0b5.tar.gz
rice-de0a7f88900e20774f841af4975f83777400c0b5.zip
fish: Don't autofetch repositories with git-sonarHEADarchlinux
-rw-r--r--.config/fish/functions/fish_prompt.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish
index 06b4309..b6a163a 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 -f) $reset " " $suffix " "
+ echo -n -s $hostinfo $color_cwd (prompt_pwd) $reset (git-sonar) $reset " " $suffix " "
end