Browse Source

Fixed typo in color name

Alois Mahdal (@azzgoat) 12 years ago
parent
commit
ad5b02d046
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/host/azzgoat.bashrc

+ 1
- 1
dotfiles/bash/host/azzgoat.bashrc View File

5
 ### '''' ###
5
 ### '''' ###
6
 
6
 
7
 make_ps1h() {
7
 make_ps1h() {
8
-    echo "$rwd\h$normal";
8
+    echo "$red\h$normal";
9
 }
9
 }
10
 
10
 
11
 # my tools as aliases
11
 # my tools as aliases