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:
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 '^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
|
||||||
|
|
Loading…
Add table
Reference in a new issue