Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved git-info right after user@host and moved cursor on a new line #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 2, 2017

  1. Moved git-info right after user@host and moved cursor on a new line

    Why did you do it?
    1. Moving git-info makes sense because it's a better visual anchor, it's after
    a fixed width section (user@host) and you don't have to adjust when you change
    your git project.
    
    2. Putting cursor on a new line also because it's a better anchor (always at the beginning of the line) and because I often find myself not having enough
    space to see the command properly because the path was to big and the
    command jumped on 2 lines.
    
    What exactly did you do?
    Changed the order in `prompt_agnoster_main` and added a new `prompt_cursor`
    function.
    Andrei Dumitrescu committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    d132f3a View commit details
    Browse the repository at this point in the history