4 lines
50 B
Fish
4 lines
50 B
Fish
function fish_prompt
|
|
printf '%s > ' (whoami)
|
|
end
|
function fish_prompt
|
|
printf '%s > ' (whoami)
|
|
end
|