浏览代码

Use a bit more visible PS2 (and consistent with PS1)

Alois Mahdal 8 年前
父节点
当前提交
739aead3ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      dotfiles/bash/post.bashrc

+ 1
- 1
dotfiles/bash/post.bashrc 查看文件

59
 
59
 
60
 #shellcheck disable=SC2154
60
 #shellcheck disable=SC2154
61
 __bashum__mkps2() {
61
 __bashum__mkps2() {
62
-    echo "$white>$yellow>$lyellow>$normal "
62
+    echo "$lwhite·$blue>$yellow>$white>$normal "
63
 }
63
 }
64
 
64
 
65
 # and use to assemble own PS1
65
 # and use to assemble own PS1