Browse Source

Make at sign in prompt more shiny

Alois Mahdal 10 years ago
parent
commit
1194c9e44f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/post.bashrc

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

37
     local ps1g="$green$ps1G$normal";
37
     local ps1g="$green$ps1G$normal";
38
     local ps1D='$(__make_ps1d -r)';
38
     local ps1D='$(__make_ps1d -r)';
39
     local ps1d="$lred$ps1D$normal";
39
     local ps1d="$lred$ps1D$normal";
40
-    echo "$ps1u@$ps1h:$ps1w$ps1g$ps1d\$ ";
40
+    echo "$ps1u$lwhite@$ps1h:$ps1w$ps1g$ps1d\$ ";
41
 }
41
 }
42
 
42
 
43
 make_ps2() {
43
 make_ps2() {