Comment-ify prompt lines

This commit is contained in:
Daniel Flanagan 2022-10-17 10:11:49 -05:00
parent f6aa6e6093
commit 907f2cc855
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 6 additions and 0 deletions

View File

@ -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