From ddd8ae646f9b80184c81574b5d8c564a07722114 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sun, 11 Oct 2015 12:29:52 +0200 Subject: Updated bash an liquidprompt for python virtual environments --- liquidprompt/.lp_ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liquidprompt') diff --git a/liquidprompt/.lp_ps1 b/liquidprompt/.lp_ps1 index 93987bb..c17806a 100644 --- a/liquidprompt/.lp_ps1 +++ b/liquidprompt/.lp_ps1 @@ -22,7 +22,7 @@ # Remember that most features come with their corresponding colors, # see the README. -LP_PS1="[\d][\t]\u on \h\n\w${LP_VCS} ${LP_MARK}" +LP_PS1="[\d][\t]\u on \h\n\w${LP_VENV}${LP_VCS} ${LP_MARK}" LP_TITLE=$(_lp_title $PS1) PS1="${LP_TITLE}${PS1}" -- cgit v1.2.3