aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHumphrey Lin <[email protected]>2020-12-01 20:56:39 +0800
committerHumphrey Lin <[email protected]>2020-12-01 20:56:39 +0800
commit7fdb35cec7474819c6e39678b4dceb0053113867 (patch)
tree3d00e4d0c8ebd0d1f34b218c60853fdf4176e7f4
parent79035ca45fa13628fd8c34c369d6a8cbc22068b4 (diff)
downloaddotfiles-7fdb35cec7474819c6e39678b4dceb0053113867.tar.gz
dotfiles-7fdb35cec7474819c6e39678b4dceb0053113867.tar.bz2
dotfiles-7fdb35cec7474819c6e39678b4dceb0053113867.zip
Tmp
-rw-r--r--.vimrc3
-rw-r--r--.zshrc6
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