config-fish/functions/fish_prompt.fish

4 lines
254 B
Fish
Raw Normal View History

2022-04-02 16:31:11 +00:00
function fish_prompt
printf '%s%s%s♥%s%s \n %s%s%s%s%s ' (set_color $fish_color_user) $USER (set_color magenta) (set_color $fish_color_host) $hostname (set_color $fish_color_cwd) (prompt_pwd) (set_color green) (fish_git_prompt) (set_color normal)
end