Skip to content

Commit

Permalink
Bash: change prompt back to single-line (#20)
Browse files Browse the repository at this point in the history
There is a lot of controversy around this setting - I got votes for
keeping it and for deleting it as well. Since the point of sensible
dotfiles is to have a base common ground, I'm leaning towards abandoning
multi-line prompt.
  • Loading branch information
jan-warchol committed Jun 15, 2016
1 parent a2c8405 commit 89371a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ GIT_PS1_SHOWUPSTREAM="verbose git"
# we don't want "command not found" errors when __git_ps1 is not installed
type __git_ps1 &>/dev/null || function __git_ps1 () { true; }

export PS1="${usercolor}\u@\h${pathcolor} \w${resetcolors}\$(__git_ps1)\n\\$ "
export PS1="${usercolor}\u@\h${pathcolor} \w${resetcolors}\$(__git_ps1)\\$ "

0 comments on commit 89371a4

Please sign in to comment.