Changeset 29f6915b in lab.git for TipAndDoc/.bashrc
- Timestamp:
- Oct 4, 2013 1:00:56 PM (11 years ago)
- Branches:
- master
- Children:
- 512faed
- Parents:
- 4351b0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TipAndDoc/.bashrc
r74ab10f r29f6915b 1 # enable programmable completion features (you don't need to enable2 # this, if it's already enabled in /etc/bash.bashrc and /etc/profile3 # sources /etc/bash.bashrc).4 if [ -f /etc/bash_completion ]; then5 . /etc/bash_completion6 fi7 1 8 2 umask 022 # create new file with '644' … … 33 27 } 34 28 35 if [ -f $BASH_COMPLETION_DIR/git -o -f $BASH_COMPLETION_COMPAT_DIR/git ]; then 29 if [ -f $BASH_COMPLETION_DIR/git -o -f $BASH_COMPLETION_COMPAT_DIR/git \ 30 -o -f $BASH_COMPLETION_COMPAT_DIR/git-prompt ]; then 36 31 export PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w$(__git_ps1)\$ ' 37 32 else
Note: See TracChangeset
for help on using the changeset viewer.