first commit

This commit is contained in:
zoe 2022-04-02 18:31:11 +02:00
commit 8ed0c06d3b
3 changed files with 89 additions and 0 deletions

View file

@ -0,0 +1,3 @@
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