diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-21 20:04:50 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-21 20:04:50 -0400 |
| commit | 5844753ded1a3365a620f880abcd50c10338a387 (patch) | |
| tree | 75a6ecf5cf0ea81ecdbeb9a16552560e81075ca4 /.config/.profile | |
| parent | b2e74c03677beb164a058f2afa08314d4522df62 (diff) | |
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.
Diffstat (limited to '.config/.profile')
| -rw-r--r-- | .config/.profile | 4 |
1 files changed, 4 insertions, 0 deletions
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' + + |
