From 89371a4bc0ed82a304fd78d8e50cbc0015df33e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Warcho=C5=82?= Date: Wed, 15 Jun 2016 13:00:21 -0700 Subject: [PATCH] Bash: change prompt back to single-line (#20) 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. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 25cb9dd..c05acb0 100644 --- a/.bashrc +++ b/.bashrc @@ -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)\\$ "