fix(zsh): switch default editor to Helix
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
737acfde87
commit
6fe8c6196e
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ if which ruby >/dev/null && which gem >/dev/null; then
|
|||
PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH"
|
||||
fi
|
||||
|
||||
### NeoVim ###
|
||||
export EDITOR=nvim
|
||||
### editor ###
|
||||
export EDITOR=hx
|
||||
alias vim="nvim -p"
|
||||
|
||||
alias alacrittyconf="$EDITOR ~/.config/alacritty/alacritty.yml"
|
||||
|
|
Loading…
Reference in a new issue