|
|
|
@ -3,7 +3,7 @@ echo "syntax on">>~/.vimrc |
|
|
|
|
echo "set number">>~/.vimrc |
|
|
|
|
echo "set incsearch">>~/.vimrc |
|
|
|
|
|
|
|
|
|
TERM=xterm-256color |
|
|
|
|
export TERM=xterm-256color |
|
|
|
|
|
|
|
|
|
alias vim="vi" |
|
|
|
|
|
|
|
|
@ -16,11 +16,10 @@ if [ -f /usr/share/git/completion/git-completion.bash ]; then |
|
|
|
|
source /usr/share/git/completion/git-completion.bash |
|
|
|
|
source /usr/share/git/completion/git-prompt.sh |
|
|
|
|
elif [ -f /usr/share/git-core/contrib/completion/git-completion.bash ]; then |
|
|
|
|
echo "I get here" |
|
|
|
|
source /usr/share/git-core/contrib/completion/git-completion.bash |
|
|
|
|
source /usr/share/git-core/contrib/completion/git-prompt.sh |
|
|
|
|
else |
|
|
|
|
echo "For some reason, no git completion" |
|
|
|
|
#echo "For some reason, no git completion" |
|
|
|
|
fi |
|
|
|
|
# Reset |
|
|
|
|
Color_Off="\[\033[0m\]" # Text Reset |
|
|
|
|