da4393
# Ensure vim is set as EDITOR if it isn't already set
da4393
da4393
if [ -z "$EDITOR" ]; then
da4393
    export EDITOR="/usr/bin/vim"
da4393
fi