Browse Source

change prompt color

pull/1/head
10sr 12 years ago
parent
commit
17606a2e4e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      bashrc

+ 2
- 2
bashrc View File

@@ -446,8 +446,8 @@ __my_prompt_function(){ # used by PS1
local c3=
local cdef=
else
local c1="\e[33m"
local c2="\e[36m"
local c1="\e[31m"
local c2="\e[32m"
local c3="\e[37m"
local cdef="\e[0m"
fi


Loading…
Cancel
Save