]> Zhao Yanbai Git Server - acecode.git/commitdiff
...
authoracezhao <acezhao@tencent.com>
Fri, 24 May 2019 02:25:07 +0000 (10:25 +0800)
committeracezhao <acezhao@tencent.com>
Fri, 24 May 2019 02:25:07 +0000 (10:25 +0800)
learn/doc/mac_bash_profile
learn/doc/vimrc

index 3bec058385809845331e51661079f5d15fb4affc..beec5df8814a1d499665f6e6ca3f7aebb900f930 100644 (file)
@@ -11,7 +11,7 @@ export PATH=$PATH:/Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin
 export PATH=$PATH:$HOME/Library/Arduino15/packages/arduino/tools/avrdude/6.0.1-arduino5/bin
 export PATH=$PATH:/usr/local/opt/go/libexec/bin
 #多个GOPATH用';'分隔 go get会存到第一个目录
-export GOPATH=$HOME/go:$HOME/web/qossvr/
+export GOPATH=$HOME/go:$HOME/workspace/web/qossvr/
 export RTOS_PATH=$HOME/workspace/acecode/rtos/
 
 RED="\[\033[01;31m\]"
@@ -26,7 +26,7 @@ CLOSECOLOR="\[\033[00m\]"
 
 #PS1='\[\033[02;37m\]\t\[\033[00m\]\[\033[01;37m\]@\[\033[01;33m\]\W\[\033[00m\]\$ '
 #PS1='\[\033[02;37m\]\t\[\033[00m\]\[\033[01;37m\]@\[\033[01;33m\]\W\[\033[00m\]\$ '
-PS1="[$GRAY\t$CLOSECOLOR]\u$WHITE@$PURPLE\h $CYAN\W$RED\$ $CLOSECOLOR"
+PS1="$GRAY\t$CLOSECOLOR$WHITE@$PURPLE\h $CYAN\W$RED\$ $CLOSECOLOR"
 alias ll='ls -lGh'
 alias ls='ls -Gh'
 alias rm='rm -rf'
index a6490f27f527f5419760ba4d20aa691ecb32aded..4e3847c3d424726e71ceba1024407d4ec933d206 100644 (file)
@@ -115,13 +115,13 @@ imap jj <Esc>
 
 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插件相关配置