Changes between Version 16 and Version 17 of WebKitGTK/StartHacking
- Timestamp:
- Jun 20, 2013, 7:26:40 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/StartHacking
v16 v17 100 100 {{{ 101 101 #!sh 102 ccache -C102 $ ccache -C 103 103 }}} 104 104 … … 278 278 {{{ 279 279 #!sh 280 $ cat ~/.bashrc 281 ... 280 282 if [ x$UNDER_JHBUILD != x ]; then 281 283 PS1="\u@\h[JHBUILD]:\w\$(parse_git_branch)\$ " … … 283 285 PS1="${debian_chroot:+($debian_chroot)}\u@\h:\w\$(parse_git_branch)\$ " 284 286 fi 287 ... 285 288 }}} 286 289 … … 288 291 {{{ 289 292 #!sh 293 $ cat ~/.bashrc 294 ... 290 295 PS1='\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\u@\h:\w$(__git_ps1 " (\[\033[31m\]%s\[\033[00m\])")\$ ' 291 296 … … 293 298 PS1='\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\u@\h[JHBUILD]:\w$(__git_ps1 " (\[\033[31m\]%s\[\033[00m\])")\$ ' 294 299 fi 300 ... 295 301 }}} 296 302