From ede03704287fa3a377e2eba1386dddff32525009 Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Sat, 25 Jan 2025 21:41:09 +0000 Subject: [PATCH] fix: default editor set to nvim --- nix/users/luca/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/users/luca/zsh.nix b/nix/users/luca/zsh.nix index 07cc35c..a93da4a 100644 --- a/nix/users/luca/zsh.nix +++ b/nix/users/luca/zsh.nix @@ -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)" '';