From fe4bad1fa91d1d6a782e61458cc7c9b4e997badb Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sun, 6 Oct 2024 18:32:51 -0400 Subject: [PATCH] (bash) export EDITOR=nvim --- bash/.bashrc.arch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/.bashrc.arch b/bash/.bashrc.arch index e6b3cd5..a2c5399 100644 --- a/bash/.bashrc.arch +++ b/bash/.bashrc.arch @@ -342,4 +342,5 @@ bc() { } export GOPATH=/home/jc/go -export PATH=$PATH:$GOPATH +export PATH=$PATH:$GOPATH:$GOPATH/bin +export EDITOR=nvim