first commit
This commit is contained in:
commit
8ed0c06d3b
3 changed files with 89 additions and 0 deletions
3
functions/fish_prompt.fish
Normal file
3
functions/fish_prompt.fish
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue