Set default editor.

This commit is contained in:
Hans Goor 2025-06-22 14:35:13 +01:00
parent f218145b8d
commit 456b328634
Signed by: eyedevelop
SSH key fingerprint: SHA256:Td89veptDEwCV8J3fjqnknNk7SbwzedYhauyC2nFBYg

View file

@ -44,5 +44,8 @@ if [[ -f "${HOME}/.bash_completion" ]]; then
source "${HOME}"/.bash_completion
fi
# Editor
export EDITOR="nvim"
# Starship
eval "$(starship init zsh)"