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:
parent
766f0732e5
commit
8d447806b7
1 changed files with 1 additions and 3 deletions
4
.zshrc
4
.zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue