diff --git a/roles/shell/zsh/templates/zshrc b/roles/shell/zsh/templates/zshrc index 13017d1..38c3813 100644 --- a/roles/shell/zsh/templates/zshrc +++ b/roles/shell/zsh/templates/zshrc @@ -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"