aboutsummaryrefslogtreecommitdiffstats
path: root/liquidprompt/.lp_ps1
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-11 12:29:52 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-11 12:29:52 +0200
commitddd8ae646f9b80184c81574b5d8c564a07722114 (patch)
tree2ea4adf63f95a3af6c675360ff4a50623e7f096e /liquidprompt/.lp_ps1
parentc0adda16193599584035ffdb756951ed33a79b12 (diff)
downloaddotfiles-ddd8ae646f9b80184c81574b5d8c564a07722114.tar.gz
dotfiles-ddd8ae646f9b80184c81574b5d8c564a07722114.tar.bz2
dotfiles-ddd8ae646f9b80184c81574b5d8c564a07722114.zip
Updated bash an liquidprompt for python virtual environments
Diffstat (limited to 'liquidprompt/.lp_ps1')
-rw-r--r--liquidprompt/.lp_ps12
1 files changed, 1 insertions, 1 deletions
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 @@
22# Remember that most features come with their corresponding colors, 22# Remember that most features come with their corresponding colors,
23# see the README. 23# see the README.
24 24
25LP_PS1="[\d][\t]\u on \h\n\w${LP_VCS} ${LP_MARK}" 25LP_PS1="[\d][\t]\u on \h\n\w${LP_VENV}${LP_VCS} ${LP_MARK}"
26 26
27LP_TITLE=$(_lp_title $PS1) 27LP_TITLE=$(_lp_title $PS1)
28PS1="${LP_TITLE}${PS1}" 28PS1="${LP_TITLE}${PS1}"