This website works better with JavaScript.
首頁
探索
說明
登入
ObsidianBlk
/
MyBash
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
1
Wiki
Activity
瀏覽代碼
Properly backeted the 'clear line' escape sequence
tags/original
Bryan Miller
6 年之前
父節點
fc0450474b
當前提交
8a41af6d20
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
顯示文件統計
+1
-1
ps1.rc.sh
+ 1
- 1
ps1.rc.sh
查看文件
@@ -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…
取消
儲存