diff options
author | Matt Hunter <m@lfurio.us> | 2025-07-22 05:12:22 -0400 |
---|---|---|
committer | Matt Hunter <m@lfurio.us> | 2025-07-22 05:12:22 -0400 |
commit | de0a7f88900e20774f841af4975f83777400c0b5 (patch) | |
tree | cf7f12a2054f23a5cb4c285495873c0eb922b3e2 | |
parent | 4581fcf14b297a1ed802c4e7914c810106cce16b (diff) | |
download | rice-de0a7f88900e20774f841af4975f83777400c0b5.tar.gz rice-de0a7f88900e20774f841af4975f83777400c0b5.zip |
-rw-r--r-- | .config/fish/functions/fish_prompt.fish | 2 |
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 |