summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-09-23 08:38:15 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2015-09-23 08:38:15 +0200
commit732d5cce49f7213c5957c59bc0e72a483aaad500 (patch)
treeca2633ff7c468f32080b7988bdd105f1e00c68d6 /bashrc
parentc33832d6925fa3e96a68d6ea8006d292cc98eac8 (diff)
downloadbin-732d5cce49f7213c5957c59bc0e72a483aaad500.zip
bin-732d5cce49f7213c5957c59bc0e72a483aaad500.tar.gz
bashrc: alias vim=nvim
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index ffed6b3..5deb216 100644
--- a/bashrc
+++ b/bashrc
@@ -134,6 +134,7 @@ my_export 'EDITOR' 'vim' '/usr/bin/vi'
# catch and eval dmalloc output
#function dmalloc { eval `command dmalloc -b $*`; }
#alias lss="ls -l"
+alias vim="nvim"
alias sct="systemctl"
alias fuck='eval $(thefuck $(fc -ln -1)); history -r'