dotfiles/.config/fish/functions/fish_prompt.fish

4 lines
50 B
Fish

function fish_prompt
printf '%s > ' (whoami)
end