Changeset b3bc7ca in lab.git for TipAndDoc


Ignore:
Timestamp:
Sep 26, 2012 2:11:35 PM (12 years ago)
Author:
mitty <mitty@…>
Branches:
master, trunk
Children:
e024caf
Parents:
c1b8ad4
Message:
  • Ubuntu 12.10 (quantal) beta does not set $BASH_COMPLETION_DIR

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@168 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TipAndDoc/.bashrc

    r4c27517 rb3bc7ca  
    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.