#!/bin/zsh

setopt nobanghist
STORAGE=hybrid
TIMEOUT=1000

section() {
    echo "\n\033[94m=== $*\033[0m\n"
}
