From b8f9caf6ddbf985a96192525b0c9ddcb128d823c Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 26 Jan 2024 21:21:48 -0500 Subject: [PATCH] Let nvim be the default editor by way of its settings --- legacy/link/mac/profile | 2 -- legacy/link/nix/zshrc | 2 -- 2 files changed, 4 deletions(-) diff --git a/legacy/link/mac/profile b/legacy/link/mac/profile index 2333b10..0d45594 100644 --- a/legacy/link/mac/profile +++ b/legacy/link/mac/profile @@ -1,8 +1,6 @@ alias ll='ls -G -l' alias ls='ls -G' -export EDITOR='vim' - export PATH=$PATH:~/.nexustools export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities export PATH="/usr/local/opt/python/libexec/bin:$PATH" diff --git a/legacy/link/nix/zshrc b/legacy/link/nix/zshrc index b1cfb1d..4365d60 100644 --- a/legacy/link/nix/zshrc +++ b/legacy/link/nix/zshrc @@ -175,8 +175,6 @@ if [[ `uname` != 'Linux' ]]; then } fi -export EDITOR='vim' - export GOPATH=$HOME/go if [[ `uname` == 'Darwin' ]]; then