dotfiles/.config/fish/functions/fish_prompt.fish
2020-12-01 02:27:42 +01:00

4 lines
50 B
Fish

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