7 lines
125 B
Bash
7 lines
125 B
Bash
# shellcheck shell=bash
|
|
# vim: set ft=bash :
|
|
|
|
# Set NeoVim as default editor
|
|
export EDITOR=nvim
|
|
export SUDO_EDITOR="$EDITOR"
|