diff options
author | Humphrey Lin <[email protected]> | 2020-12-01 20:56:39 +0800 |
---|---|---|
committer | Humphrey Lin <[email protected]> | 2020-12-01 20:56:39 +0800 |
commit | 7fdb35cec7474819c6e39678b4dceb0053113867 (patch) | |
tree | 3d00e4d0c8ebd0d1f34b218c60853fdf4176e7f4 | |
parent | 79035ca45fa13628fd8c34c369d6a8cbc22068b4 (diff) | |
download | dotfiles-7fdb35cec7474819c6e39678b4dceb0053113867.tar.gz dotfiles-7fdb35cec7474819c6e39678b4dceb0053113867.tar.bz2 dotfiles-7fdb35cec7474819c6e39678b4dceb0053113867.zip |
Tmp
-rw-r--r-- | .vimrc | 3 | ||||
-rw-r--r-- | .zshrc | 6 |
2 files changed, 3 insertions, 6 deletions
@@ -23,6 +23,9 @@ if has("gui_running") endif endif +if has("macunix") +endif + " Identation set autoindent @@ -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 |