if [ "$color_prompt" = yes ]; then
#jPS1='[\[\033[01;36m\]\u\[\033[1;33m\]@\[\033[00m\]\[\033[1;35m\]\h\[\033[00m\]:\[\033[07;37m\]\W\[\033[00m\]] \$ '
- PS1="$GRAY\t$CLOSECOLOR$WHITE@$PURPLE\h $CYAN\W$RED\$ $CLOSECOLOR"
+ PS1="$YELLOW\t$CLOSECOLOR$RED@$PURPLE\h $CYAN\W$RED\$ $CLOSECOLOR"
else
PS1='[\u@\h:\w]\$ '
fi
set tabstop=4 " TAB的宽度
set shiftwidth=4
set expandtab " TAB用空格代替,否则可用 set noexpandtab
-set cursorline
+" set cursorline
"hi CursorLine ctermbg=lightcyan cterm=BOLD
"set cursorcolumn
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
-call vundle#begin()
-Plugin 'VundleVim/Vundle.vim'
-Plugin 'fatih/vim-go'
+"call vundle#begin()
+"Plugin 'VundleVim/Vundle.vim'
+"Plugin 'fatih/vim-go'
"Plugin 'Valloric/YouCompleteMe'
"Plugin 'Lokaltog/vim-powerline'
"Plugin 'scrooloose/nerdtree'
-call vundle#end()
+"call vundle#end()
filetype plugin indent on
" youcompleteme插件相关配置