Changes between Version 16 and Version 17 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Jun 20, 2013, 7:26:40 AM (12 years ago)
Author:
Andres Gomez
Comment:

More minor changes

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v16 v17  
    100100{{{
    101101#!sh
    102 ccache -C
     102$ ccache -C
    103103}}}
    104104
     
    278278{{{
    279279#!sh
     280$ cat ~/.bashrc
     281...
    280282if [ x$UNDER_JHBUILD != x ]; then
    281283   PS1="\u@\h[JHBUILD]:\w\$(parse_git_branch)\$ "
     
    283285   PS1="${debian_chroot:+($debian_chroot)}\u@\h:\w\$(parse_git_branch)\$ "
    284286fi
     287...
    285288}}}
    286289
     
    288291{{{
    289292#!sh
     293$ cat ~/.bashrc
     294...
    290295PS1='\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\u@\h:\w$(__git_ps1 " (\[\033[31m\]%s\[\033[00m\])")\$ '
    291296
     
    293298    PS1='\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\u@\h[JHBUILD]:\w$(__git_ps1 " (\[\033[31m\]%s\[\033[00m\])")\$ '
    294299fi
     300...
    295301}}}
    296302