From: acezhao Date: Fri, 24 May 2019 02:25:07 +0000 (+0800) Subject: ... X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=b8d2f9e90b0e2adb0741de1c661abb3071d91506;p=acecode.git ... --- diff --git a/learn/doc/mac_bash_profile b/learn/doc/mac_bash_profile index 3bec058..beec5df 100644 --- a/learn/doc/mac_bash_profile +++ b/learn/doc/mac_bash_profile @@ -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' diff --git a/learn/doc/vimrc b/learn/doc/vimrc index a6490f2..4e3847c 100644 --- a/learn/doc/vimrc +++ b/learn/doc/vimrc @@ -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插件相关配置