This website works better with JavaScript.
Home
Explore
Help
Sign In
ObsidianBlk
/
MyBash
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Properly backeted the 'clear line' escape sequence
tags/original
Bryan Miller
6 years ago
parent
fc0450474b
commit
8a41af6d20
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
ps1.rc.sh
+ 1
- 1
ps1.rc.sh
View File
@@ -176,7 +176,7 @@ set_prompt() {
section_git_status $YELLOW $BG_LBLUE
section "\n" $DEFAULT $BG_GREY
section_separator
PS1+="> \033[K"
PS1+="> \
[\
033[K
\]
"
unset last_section_bg
else
PS1="${debian_chroot:+($debian_chroot)}\u@\h:\w\$ "
Write
Preview
Loading…
Cancel
Save