• Lin Jen-Shin's avatar
    themes/gitstatus: Fix where it shows extra a space · 72ee1140
    Lin Jen-Shin authored
    For example, if $HOME is not a git repository, it should show:
    
        ~>
    
    But previously it incorrectly showed:
    
        ~ >
    
    This commit makes it aware of such case, inserting the space
    accordingly instead of always adding a space.
    72ee1140
fish_prompt.fish 990 Bytes