diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2018-03-08 17:29:36 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2018-03-08 17:29:36 +0100 |
commit | 3f4c54b0319d0e1a9387be15eee4e128496d493f (patch) | |
tree | 9ee48d9697c9ac9175ac3e0e0624e0345e592956 | |
parent | daa7bdc42b38aa781d7983cdebe56220aa1ae7d1 (diff) | |
download | bin-3f4c54b0319d0e1a9387be15eee4e128496d493f.zip bin-3f4c54b0319d0e1a9387be15eee4e128496d493f.tar.gz |
bashrc : alias vimdiff to nvim
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |