Update ghostty config, add lazy loading nvm, and fix typo in swap_modes

This commit is contained in:
Alex Selimov 2025-09-12 22:17:45 -04:00
parent a9e8b9329b
commit 320470fc4e
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
3 changed files with 30 additions and 6 deletions

View file

@ -28,7 +28,6 @@ else
fi
# Reload neovim theme
local keys
if [ "$MODE" = "light" ]; then
keys=$'<C-\\><C-n>:silent! let g:light_mode=1 | set background=light | doautocmd ColorScheme | redraw!<CR>'
else