From 161a1bfb0b3e75e9f5241cd7dd8aafec455a67d5 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 16 Oct 2022 18:09:25 -0400 Subject: updated nvim config and some aliases --- .config/profile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.config/profile') diff --git a/.config/profile b/.config/profile index 4535e97..569c8d0 100644 --- a/.config/profile +++ b/.config/profile @@ -1,11 +1,10 @@ eval "$(/opt/homebrew/bin/brew shellenv)" -export PLAN9=/opt/plan9port export CEDEV=/opt/CEdev export ProMust=/opt/ProjectMustang -export PATH=$ProMust/bin:~/.local/bin:$CEDEV/bin:$PATH:$PLAN9/bin:$HOME/Library/Python/3.9/bin:$HOME/go/bin +export PATH=$ProMust/bin:~/.local/bin:$CEDEV/bin:$PATH:$HOME/Library/Python/3.9/bin:$HOME/go/bin -EDITOR=nvim -HOMEBREW_EDITOR=nvim +export EDITOR=nvim +export HOMEBREW_EDITOR=nvim # Shell settings export shColor=green -- cgit v1.2.3