summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'