manually source /etc/bash_completion
This commit is contained in:
parent
92fe3da277
commit
a68a8a4cbe
4
.bashrc
4
.bashrc
@ -6,6 +6,10 @@ if [ -f ~/.git-prompt.sh ]; then
|
|||||||
source ~/.git-prompt.sh
|
source ~/.git-prompt.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f /etc/bash_completion ]; then
|
||||||
|
source /etc/bash_completion
|
||||||
|
fi
|
||||||
|
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export WEBIDE_JDK=/usr/lib/jvm/java-1.7.0-openjdk-amd64
|
export WEBIDE_JDK=/usr/lib/jvm/java-1.7.0-openjdk-amd64
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user