Sfoglia il codice sorgente

change prompt color

pull/1/head
10sr 12 anni fa
parent
commit
17606a2e4e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      bashrc

+ 2
- 2
bashrc Vedi 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


Caricamento…
Annulla
Salva