# Snapshot file
# Unset all aliases to avoid conflicts with functions
# Functions

# setopts 3
set -o braceexpand
set -o hashall
set -o interactive-comments

# aliases 0

# exports 11
declare -x CODEX_MANAGED_BY_NPM="1"
declare -x GEMINI_API_KEY=""
declare -x GH_TOKEN=""
declare -x GITHUB_TOKEN=""
declare -x HOME="/home/dev"
declare -x HOSTNAME="miopenclaw-vnic"
declare -x NODE_VERSION="22.22.0"
declare -x OPENAI_API_KEY=""
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
declare -x SHLVL="2"
declare -x YARN_VERSION="1.22.22"
