summaryrefslogtreecommitdiffstats
path: root/.config/fish/functions/fish_prompt.fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fish/functions/fish_prompt.fish')
-rw-r--r--.config/fish/functions/fish_prompt.fish3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish
index e03b391..762a448 100644
--- a/.config/fish/functions/fish_prompt.fish
+++ b/.config/fish/functions/fish_prompt.fish
@@ -17,7 +17,6 @@ function fish_prompt --description 'Write out the prompt'
set color_host $fish_color_host_remote
end
- # TODO: git-sonar will eventually be located in the $PATH
echo -n -s (set_color $fish_color_user) "$USER" $normal @ (set_color $color_host) (prompt_hostname) $normal ' ' \
- (set_color $color_cwd) (prompt_pwd) $normal (~/rice/submodules/git-sonar/git-sonar --fish --fetch) $normal " " $suffix " "
+ (set_color $color_cwd) (prompt_pwd) $normal (git-sonar -f) $normal " " $suffix " "
end