Comment-ify prompt lines
This commit is contained in:
parent
f6aa6e6093
commit
907f2cc855
1 changed files with 6 additions and 0 deletions
|
@ -76,8 +76,14 @@ function _maybe_git_summary
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function _prompt_prefix
|
||||||
|
set_color -b normal brblack
|
||||||
|
printf "# "
|
||||||
|
end
|
||||||
|
|
||||||
function fish_prompt
|
function fish_prompt
|
||||||
set last_cmd_status $status
|
set last_cmd_status $status
|
||||||
|
_prompt_prefix
|
||||||
_maybe_sudo_prefix
|
_maybe_sudo_prefix
|
||||||
_user_and_host $last_cmd_status
|
_user_and_host $last_cmd_status
|
||||||
_cur_work_dir
|
_cur_work_dir
|
||||||
|
|
Reference in a new issue