Skip to content

Commit

Permalink
fix(prompt): on windows!
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Aug 30, 2019
1 parent dc31a76 commit 2e8453d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1bash.d/prompt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ set_prompts() {
PS1+="\[$(usernamehost)\]" # username at host
PS1+="\[$green\]\w" # working directory
PS1+="\$(prompt_git \"$white on $purple\" \"$cyan\")" # git repository details
PS1+="\n"
PS1+=$'\n'
PS1+="\[$reset$white\]\\$ \[$reset\]"

export PS1
Expand Down

0 comments on commit 2e8453d

Please sign in to comment.