Browse Source

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

Alois Mahdal 8 years ago
parent
commit
739aead3ff
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/post.bashrc

+ 1
- 1
dotfiles/bash/post.bashrc View File

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