Skip to content

fish_title has extra spaces #5517

@jadenPete

Description

@jadenPete

This is a very simple bug, so I'm not going to provide unnecessary information. The fish_title function displays extra spaces, and it should be changed from:

function fish_title
    echo (status current-command) " " (__fish_pwd)
end

to:

function fish_title
    echo -s (status current-command) " " (__fish_pwd)
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething that's not working as intended

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions