5 lines
88 B
Fish
5 lines
88 B
Fish
function fish_prompt
|
|
echo "["$USER"@"(hostname)"]["(prompt_pwd)"]"
|
|
echo "[\$] "
|
|
end
|