1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-19 08:45: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 '^n' history-search-forward
bindkey '^[w' kill-region bindkey '^[w' kill-region
if iscmd helix; then if iscmd nvim; then
export EDITOR=helix
elif iscmd nvim; then
export EDITOR=nvim export EDITOR=nvim
else else
export EDITOR=vim export EDITOR=vim