From 5844753ded1a3365a620f880abcd50c10338a387 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 21 Mar 2026 20:04:50 -0400 Subject: feat: Emacs Keybind & Neovim Color Variables - Added an Emacs keybind to set SPACE-ff to find-file. - Neovim sources NVIM_COLORSCHEME & NVIM_BACKGROUND environment variables to set the colorscheme and background color. --- .config/.profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/.profile') diff --git a/.config/.profile b/.config/.profile index d5581c2..545f089 100644 --- a/.config/.profile +++ b/.config/.profile @@ -34,3 +34,7 @@ export GPG_TTY=$(tty) export LESSHISTFILE=- export ZDOTDIR="$XDG_CONFIG_HOME"/shells/zsh +export NVIM_COLORSCHEME='bluloco' +export NVIM_BACKGROUND='dark' + + -- cgit v1.2.3