dot/fish/functions/fish_prompt.fish

5 lines
215 B
Fish
Executable File

function fish_prompt
printf '%s%s%s♥%s%s \n %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 normal)
end