1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-19 00:35:36 +00:00

.zshrc: delete helix EDITOR var

This commit is contained in:
Luna 2025-03-16 07:05:14 +01:00
parent 766f0732e5
commit 8d447806b7

4
.zshrc
View file

@ -59,9 +59,7 @@ bindkey '^p' history-search-backward
bindkey '^n' history-search-forward
bindkey '^[w' kill-region
if iscmd helix; then
export EDITOR=helix
elif iscmd nvim; then
if iscmd nvim; then
export EDITOR=nvim
else
export EDITOR=vim