fix: default editor set to nvim
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
envExtra = ''
|
envExtra = ''
|
||||||
|
EDITOR=nvim
|
||||||
. "$HOME/.rokit/env"
|
. "$HOME/.rokit/env"
|
||||||
eval "$(oh-my-posh init zsh -c ~/.config/ohmyposh/zen.toml)"
|
eval "$(oh-my-posh init zsh -c ~/.config/ohmyposh/zen.toml)"
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user