From 23bcc5b815b131aff3579f8f95a2eb9b9ef3182c Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Wed, 5 Jul 2023 21:29:00 -0400 Subject: Set Neovim as default editor --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index 22878f2..9d907af 100644 --- a/.profile +++ b/.profile @@ -1,4 +1,3 @@ - # Add PATH entries, we can't use external commands yet in case PATH is empty for p in /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/bin "$HOME"/.local/bin "$HOME"/.cargo/bin "$HOME"/bin; do case ":$PATH:" in @@ -11,7 +10,7 @@ done [ -z "$XDG_RUNTIME_DIR" ] && export XDG_RUNTIME_DIR=$(mktemp -d) # Set environment variables -export EDITOR=hx +export EDITOR=nvim export PAGER=less export TERMINAL=foot export BROWSER=firefox @@ -21,3 +20,4 @@ export FZF_DEFAULT_OPTS=" \ --color=bg+:#363a4f,bg:#24273a,spinner:#f4dbd6,hl:#ed8796 \ --color=fg:#cad3f5,header:#ed8796,info:#c6a0f6,pointer:#f4dbd6 \ --color=marker:#f4dbd6,fg+:#cad3f5,prompt:#c6a0f6,hl+:#ed8796" + -- cgit v1.2.3