only source files if they exist
This commit is contained in:
parent
5cdaaded41
commit
c4caa43065
9
.bashrc
9
.bashrc
@ -1,5 +1,10 @@
|
|||||||
source ~/.git-completion.sh
|
if [ -f ~/.git-completion.sh ]; then
|
||||||
source ~/.git-prompt.sh
|
source ~/.git-completion.sh
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -f ~/.git-prompt.sh ]; then
|
||||||
|
source ~/.git-prompt.sh
|
||||||
|
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