diff options
| author | 2014-11-15 23:29:05 +0100 | |
|---|---|---|
| committer | 2014-11-15 23:29:05 +0100 | |
| commit | f691f01606af95670e0983884062a1d70ec7bce9 (patch) | |
| tree | c8e45309cbfd1f53682ef7d5297c6e2b012f5f7d /liquidprompt | |
| parent | ba4a9bca449de7e0f9ad0b1d2ebc104a45036638 (diff) | |
| download | dotfiles-f691f01606af95670e0983884062a1d70ec7bce9.tar.gz dotfiles-f691f01606af95670e0983884062a1d70ec7bce9.tar.bz2 dotfiles-f691f01606af95670e0983884062a1d70ec7bce9.zip | |
Moved some panel code to seperate file
Diffstat (limited to 'liquidprompt')
| -rwxr-xr-x | liquidprompt/.lp_ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liquidprompt/.lp_ps1 b/liquidprompt/.lp_ps1 index 821dcf7..93987bb 100755 --- 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 | ||
| 25 | LP_PS1="[\d][\t]\u on \h\n\w${LP_VCS}${LP_MARK}" | 25 | LP_PS1="[\d][\t]\u on \h\n\w${LP_VCS} ${LP_MARK}" |
| 26 | 26 | ||
| 27 | LP_TITLE=$(_lp_title $PS1) | 27 | LP_TITLE=$(_lp_title $PS1) |
| 28 | PS1="${LP_TITLE}${PS1}" | 28 | PS1="${LP_TITLE}${PS1}" |
