Small uypdates
This commit is contained in:
parent
1433f8d967
commit
93878d3b8b
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue