From bff9b0ccc120c62dd7bc9725bc80985acad60e1d Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 14 Oct 2021 21:49:26 +0200 Subject: Changed default editor from nvim to vim in .bashrc --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 62a271e..f13df04 100644 --- a/.bashrc +++ b/.bashrc @@ -116,8 +116,8 @@ if ! shopt -oq posix; then fi fi -export EDITOR=nvim -export VISUAL=nvim +export EDITOR=vim +export VISUAL=vim 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