summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2018-03-08 17:29:36 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2018-03-08 17:29:36 +0100
commit3f4c54b0319d0e1a9387be15eee4e128496d493f (patch)
tree9ee48d9697c9ac9175ac3e0e0624e0345e592956
parentdaa7bdc42b38aa781d7983cdebe56220aa1ae7d1 (diff)
downloadbin-3f4c54b0319d0e1a9387be15eee4e128496d493f.zip
bin-3f4c54b0319d0e1a9387be15eee4e128496d493f.tar.gz
bashrc : alias vimdiff to nvim
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index f73b054..0232ac9 100644
--- a/bashrc
+++ b/bashrc
@@ -82,6 +82,7 @@ set_if_not_in 'PATH' ${GEM_HOME}/bin
# catch and eval dmalloc output
#function dmalloc { eval `command dmalloc -b $*`; }
alias vim="nvim -u ~/.vimrc"
+alias vimdiff="nvim -d -u ~/.vimrc"
alias fuck='eval $(thefuck $(fc -ln -1)); history -r'
# MISC