From 74273fafda1e0fe13241e3ea0c70f678eba27cc3 Mon Sep 17 00:00:00 2001 From: Mari Date: Sat, 27 Jun 2020 00:05:58 +0000 Subject: [PATCH] Autocommitted updated scripts from terraria-server --- bash_aliases.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bash_aliases.sh b/bash_aliases.sh index 6ba4ba0..6f348c0 100644 --- a/bash_aliases.sh +++ b/bash_aliases.sh @@ -3,12 +3,11 @@ # link destination: $HOME/.bash_aliases # Install EDITOR -export EDITOR='vim -X' +export EDITOR='nvim' alias rm="rm -i" alias cp="cp -i" alias mv="mv -i" -alias vim="vim -X" # Send a bell before the prompt if it has been a long time since the last # prompt.