Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fish_title has extra spaces #5517

Copy link
Copy link

Description

@jadenPete
Issue body actions

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
Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething that's not working as intendedSomething that's not working as intended

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.