if [ ! "${HISTORY_LOADED:-}" ]; then NMFHIST="$(mktemp)" export NMFHIST touch "$NMFHIST" trap 'rm -f "$NMFHIST"' EXIT INT export HISTORY_LOADED=1 fi