From: acevest Date: Tue, 14 Jul 2020 16:03:51 +0000 (+0800) Subject: ... X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=b714f3ce6bb7c0421e6922c44a085bbd5a154ac2;p=acecode.git ... --- diff --git a/learn/doc/linux_bash_profile b/learn/doc/linux_bash_profile index 0d68bfb..4fb479f 100644 --- a/learn/doc/linux_bash_profile +++ b/learn/doc/linux_bash_profile @@ -105,10 +105,6 @@ alias l='ls -CF' # sleep 10; alert #alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' -#多个GOPATH用';'分隔 go get会存到第一个目录 -export GOPATH=$HOME/workspace/go -export GOBIN=$HOME/.local/bin - export PATH=$HOME/.local/bin:$PATH export GREP_OPTIONS="--exclude-dir=\.svn" diff --git a/learn/doc/mac_bash_profile b/learn/doc/mac_bash_profile index 7c097a5..6ec6d2c 100644 --- a/learn/doc/mac_bash_profile +++ b/learn/doc/mac_bash_profile @@ -12,8 +12,6 @@ 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 export PATH=$PATH:/Users/ace/sys/gnu-mcu-eclipse/riscv-none-gcc/8.2.0-2.2-20190521-0004/bin -#多个GOPATH用';'分隔 go get会存到第一个目录 -export GOPATH=$HOME/workspace/go:$HOME/workspace/web/qossvr/ export RTOS_PATH=$HOME/workspace/acecode/rtos/ RED="\[\033[01;31m\]" diff --git a/learn/doc/vimrc b/learn/doc/vimrc index 4280a78..1758d37 100644 --- a/learn/doc/vimrc +++ b/learn/doc/vimrc @@ -157,3 +157,6 @@ let g:indentLine_color_term = 239 let g:indentLine_char='┆' let g:indentLine_enabled = 1 let g:indentLine_showFirstIndentLevel = 1 + +" 禁用vim中鼠标点击时自动进入虚拟选中模式(visual mode) +set mouse-=a diff --git a/learn/doc/zshrc b/learn/doc/zshrc index edb1820..f34ce13 100644 --- a/learn/doc/zshrc +++ b/learn/doc/zshrc @@ -117,8 +117,6 @@ 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 export PATH=$PATH:/Users/ace/sys/gnu-mcu-eclipse/riscv-none-gcc/8.2.0-2.2-20190521-0004/bin -#多个GOPATH用';'分隔 go get会存到第一个目录 -export GOPATH=$HOME/workspace/go:$HOME/workspace/web/qossvr/ export RTOS_PATH=$HOME/workspace/acecode/rtos/ export PATH=/usr/local/sbin:$PATH @@ -131,6 +129,4 @@ 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 export PATH=$PATH:/Users/ace/sys/gnu-mcu-eclipse/riscv-none-gcc/8.2.0-2.2-20190521-0004/bin -#多个GOPATH用';'分隔 go get会存到第一个目录 -export GOPATH=$HOME/workspace/go:$HOME/workspace/web/qossvr/ export RTOS_PATH=$HOME/workspace/acecode/rtos/