Skip to content
Snippets Groups Projects
Commit 1879cb5c authored by nimrod's avatar nimrod
Browse files

- A little cleanup.

parent 1702bd2d
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,14 @@ then
shopt -s histappend
shopt -s checkwinsize
shopt -s cmdhist
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
[ -d $HOME/.bash_completion.d ] && . $HOME/.bash_completion.d/*
# added by travis gem
[ -f $HOME/.travis/travis.sh ] && source $HOME/.travis/travis.sh
fi
# make less more friendly for non-text input files, see lesspipe(1)
......@@ -28,15 +36,6 @@ if [ -x /usr/bin/dircolors ]; then
alias grep='grep --color=auto'
fi
if [ -n "$BASH" ]
then
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
[ -d $HOME/.bash_completion.d ] && . $HOME/.bash_completion.d/*
fi
if [ -f /usr/local/bin/virtualenvwrapper.sh ]
then
. /usr/local/bin/virtualenvwrapper.sh
......@@ -107,6 +106,3 @@ docker-dev () {
}
. $HOME/Documents/Shore/bundle_certs/bundle_certs
# added by travis gem
[ -f /home/nimrod/.travis/travis.sh ] && source /home/nimrod/.travis/travis.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment