From 60b99765c2992ff48617730b574be0e8bcbf15fb Mon Sep 17 00:00:00 2001 From: NaiJi Date: Wed, 21 Aug 2024 12:13:38 +0400 Subject: [PATCH] remove nvim --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 30f0cc8..a7dd35b 100644 --- a/.bashrc +++ b/.bashrc @@ -121,8 +121,8 @@ shopt -s checkwinsize export HISTSIZE=-1 export HISTFILESIZE=-1 -export VISUAL="nvim" -export EDITOR="nvim" +export VISUAL="vim" +export EDITOR="vim" export PGHOST="localhost" export SQLITE_HISTORY="/home/naiji/.local/share/sqlite3/.sqlite_history" alias nsxiv="nsxiv -ap"