From 907f2cc85533367dd6cb4f0faa22d58f6ecc772a Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 17 Oct 2022 10:11:49 -0500 Subject: [PATCH] Comment-ify prompt lines --- common/fish/prompt.fish | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/fish/prompt.fish b/common/fish/prompt.fish index a3b6ab1..fed3993 100644 --- a/common/fish/prompt.fish +++ b/common/fish/prompt.fish @@ -76,8 +76,14 @@ function _maybe_git_summary end end +function _prompt_prefix + set_color -b normal brblack + printf "# " +end + function fish_prompt set last_cmd_status $status + _prompt_prefix _maybe_sudo_prefix _user_and_host $last_cmd_status _cur_work_dir