Use nvim.
This commit is contained in:
8
.bashrc
8
.bashrc
@@ -35,8 +35,14 @@ function db.warmup() {
|
||||
pt-find --charset=utf8 --print -h $1 | xargs -t -P8 -I% -n1 sh -c "echo 'SELECT COUNT(*) FROM %;' | mysql -h $1 > /dev/null"
|
||||
}
|
||||
#
|
||||
export BLOCKSIZE="k"
|
||||
if [ -x /usr/bin/nvim ]; then
|
||||
alias vim="nvim"
|
||||
export EDITOR="nvim"
|
||||
else
|
||||
export EDITOR="vim"
|
||||
fi
|
||||
#
|
||||
export BLOCKSIZE="k"
|
||||
export GIT_PAGER="less"
|
||||
export HISTTIMEFORMAT="%y/%m/%d %T "
|
||||
export HOMEBREW_NO_ANALYTICS=1
|
||||
|
||||
Reference in New Issue
Block a user