From 7fdb35cec7474819c6e39678b4dceb0053113867 Mon Sep 17 00:00:00 2001 From: Humphrey Lin Date: Tue, 1 Dec 2020 20:56:39 +0800 Subject: Tmp --- .vimrc | 3 +++ .zshrc | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.vimrc b/.vimrc index e60af53..8ef4f27 100644 --- a/.vimrc +++ b/.vimrc @@ -23,6 +23,9 @@ if has("gui_running") endif endif +if has("macunix") +endif + " Identation set autoindent diff --git a/.zshrc b/.zshrc index 70c1b22..474becf 100644 --- a/.zshrc +++ b/.zshrc @@ -9,9 +9,6 @@ SAVEHIST=1000 HISTFILE=~/.zsh_history export EDITOR=/usr/bin/vim -[ -f /usr/local/bin/mvim ] && \ - export EDITOR='/usr/local/bin/mvim -v' \ - alias vim='mvim -v' # file [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh @@ -27,9 +24,6 @@ export no_proxy=localhost,127.0.0.1 case `uname` in Darwin) # commands for macOS - export PATH="/usr/local/opt/openjdk/bin:$PATH" - export CPPFLAGS="-I/usr/local/opt/openjdk/include" - [ -d $HOME/.gem ] && export GEM_HOME="$HOME/.gem" ;; Linux) # commands for Linux -- cgit v1.2.3