From cf353a03de1fd6e0536663c8a0be9608cc59e985 Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Sat, 2 Oct 2021 18:08:25 +0200 Subject: cleanup up vimrc --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 1742080..3371082 100644 --- a/.bashrc +++ b/.bashrc @@ -116,8 +116,8 @@ if ! shopt -oq posix; then fi fi -export EDITOR=vim -export VISUAL=vim +export EDITOR=nvim +export VISUAL=nvim export PS1='\[\033[35m\]\u@\h\[\033[37m\]:\[\033[0;34m\]\w\[\033[37m\]$ ' # Shell prompt alias mv='mv -i' -- cgit v1.2.3-70-g09d2