From a290e47612a9078bdee08e6bf6260633e40177db Mon Sep 17 00:00:00 2001 From: acevest Date: Sun, 22 Dec 2019 11:22:36 +0800 Subject: [PATCH] ... --- learn/doc/linux_bash_profile | 2 +- learn/doc/vimrc | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/learn/doc/linux_bash_profile b/learn/doc/linux_bash_profile index 07ff86b..0d68bfb 100644 --- a/learn/doc/linux_bash_profile +++ b/learn/doc/linux_bash_profile @@ -66,7 +66,7 @@ CLOSECOLOR="\[\033[00m\]" 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 diff --git a/learn/doc/vimrc b/learn/doc/vimrc index 4e3847c..4280a78 100644 --- a/learn/doc/vimrc +++ b/learn/doc/vimrc @@ -72,7 +72,7 @@ set smartindent set tabstop=4 " TAB的宽度 set shiftwidth=4 set expandtab " TAB用空格代替,否则可用 set noexpandtab -set cursorline +" set cursorline "hi CursorLine ctermbg=lightcyan cterm=BOLD "set cursorcolumn @@ -115,13 +115,13 @@ imap jj 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插件相关配置 -- 2.44.0