Changeset 168 in lab


Ignore:
Timestamp:
Sep 26, 2012 2:11:35 PM (12 years ago)
Author:
mitty
Message:
  • Ubuntu 12.10 (quantal) beta does not set $BASH_COMPLETION_DIR
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TipAndDoc/.bashrc

    r160 r168  
    3333} 
    3434 
    35 if [ -f $BASH_COMPLETION_DIR/git ]; then 
     35if [ -f $BASH_COMPLETION_DIR/git -o -f $BASH_COMPLETION_COMPAT_DIR/git ]; then 
    3636    export PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w$(__git_ps1)\$ ' 
    3737else 
Note: See TracChangeset for help on using the changeset viewer.