Changeset 29f6915b in lab.git for TipAndDoc


Ignore:
Timestamp:
Oct 4, 2013 1:00:56 PM (10 years ago)
Author:
Ken-ichi Mito <mitty@…>
Branches:
master
Children:
512faed
Parents:
4351b0c
Message:

bash completion script moved at Ubuntu 13.04

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TipAndDoc/.bashrc

    r74ab10f r29f6915b  
    1 # enable programmable completion features (you don't need to enable 
    2 # this, if it's already enabled in /etc/bash.bashrc and /etc/profile 
    3 # sources /etc/bash.bashrc). 
    4 if [ -f /etc/bash_completion ]; then 
    5     . /etc/bash_completion 
    6 fi 
    71 
    82umask 022   # create new file with '644' 
     
    3327} 
    3428 
    35 if [ -f $BASH_COMPLETION_DIR/git -o -f $BASH_COMPLETION_COMPAT_DIR/git ]; then 
     29if [ -f $BASH_COMPLETION_DIR/git -o -f $BASH_COMPLETION_COMPAT_DIR/git \ 
     30     -o -f $BASH_COMPLETION_COMPAT_DIR/git-prompt ]; then 
    3631    export PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w$(__git_ps1)\$ ' 
    3732else 
Note: See TracChangeset for help on using the changeset viewer.