From c53b5b78cdd9af51a7bb3e79b05f6a4164732b34 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Mon, 20 Jan 2025 20:16:31 -0400 Subject: [PATCH] Change editor to micro --- dot_bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bashrc b/dot_bashrc index aed76f3..d49f732 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -12,5 +12,5 @@ PS1='[\u@\h \w]\$ ' # CLI env variables for programs -EDITOR=nano +EDITOR=micro DIFFPROG=difft