8 lines
113 B
Fish
8 lines
113 B
Fish
function fish_title
|
|
if [ $_ = 'fish' ]
|
|
echo " " (prompt_pwd)
|
|
else
|
|
echo $_
|
|
end
|
|
end
|