From 5e73ed1cac7980c0735cb5d5271dea0c8d1aafd7 Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 19 Jun 2025 16:22:31 +0200 Subject: [PATCH] fixed editor --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 165001a..1a924b6 100755 --- a/.zshrc +++ b/.zshrc @@ -124,6 +124,7 @@ source $ZSH/oh-my-zsh.sh # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" fi +export EDITOR='nvim' if [ -z "${CONTAINER_ID}" ]; then fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/resources/pin.txt fi