feat(yazi): add EDITOR variable to change default editor in yazi

This commit is contained in:
doryan 2025-02-16 18:41:04 +04:00
parent 58e955527e
commit 294c06ee84

1
.zshrc
View File

@ -97,3 +97,4 @@ HISTFILE=~/.zsh_history
# Created by `pipx` on 2024-10-24 13:49:13 # Created by `pipx` on 2024-10-24 13:49:13
export PATH="$PATH:/home/doryan/.local/bin" export PATH="$PATH:/home/doryan/.local/bin"
export EDITOR=nvim