Paweł Marciniak d8e67b2
# Ensure vim is set as EDITOR if it isn't already set
Paweł Marciniak d8e67b2
# This is set as a universal variable so that any other definition
Paweł Marciniak d8e67b2
# by the user would win
Paweł Marciniak d8e67b2
# Cf. https://fishshell.com/docs/current/index.html#variables-scope
Paweł Marciniak d8e67b2
Paweł Marciniak d8e67b2
if ! set -q EDITOR;
cbc7da8
    set -x EDITOR /usr/bin/vim
Paweł Marciniak d8e67b2
end