fix: default editor set to nvim

This commit is contained in:
2025-01-25 21:41:09 +00:00
parent 8564059c4e
commit ede0370428

View File

@@ -3,6 +3,7 @@
enableCompletion = true;
autosuggestion.enable = true;
envExtra = ''
EDITOR=nvim
. "$HOME/.rokit/env"
eval "$(oh-my-posh init zsh -c ~/.config/ohmyposh/zen.toml)"
'';