summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 9ba16e5..25b685b 100644
--- a/bashrc
+++ b/bashrc
@@ -134,7 +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 vim="nvim -u ~/.vimrc"
alias sct="systemctl"
alias fuck='eval $(thefuck $(fc -ln -1)); history -r'