From f6aa6e6093472f2d48ae9e6d7ec5a8bb401312a6 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 17 Oct 2022 10:09:14 -0500 Subject: [PATCH] Reorder --- common/fish/prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fish/prompt.fish b/common/fish/prompt.fish index 1739aee..a3b6ab1 100644 --- a/common/fish/prompt.fish +++ b/common/fish/prompt.fish @@ -81,9 +81,9 @@ function fish_prompt _maybe_sudo_prefix _user_and_host $last_cmd_status _cur_work_dir + _maybe_git_summary _last_cmd_duration _maybe_jobs_summary - _maybe_git_summary _user_prompt end