Showing posts with label How to change colors. Show all posts
Showing posts with label How to change colors. Show all posts

Tuesday, July 29, 2014

How to change colors user and host in terminal ubuntu 14.04


                                                             sudo nano ~/.bashrc


                                                                and uncomment
                                             
                                  #force_color_prompt=yes
                                    force_color_prompt=yes



                                   go to line number 47 and change numbers inside of brackets
                                                                 


                              Black              0;30                                  Dark Gray          1;30
                              Blue                0;34                                  Light Blue          1;34
                              Green              0;32                                  Light Green        1;32
                              Cyan               0;36                                  Light Cyan         1;36
                              Red                 0;31                                  Light Red           1;31
                              Purple             0;35                                   Light Purple       1;35
                              Brown              0;33                                  Yellow               1;33
                              Light Gray        0;37                                  White                 1;37

PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u\[\033[01;32m\]@\[\033[01;33m\]\h\[\033[01;37m\]:\[\033[01;33m\]\w\[\033[01;37m\]\$ '




wordpress problem with plugin updates

                                                           changing permissions will solve the problem                                    ...