Skip to content

mise bootstrap dotfiles include ​

Stop excluding paths matching a glob

Removes the specified glob from [history] exclude in the global configuration. Pass the same pattern used with mise dot exclude:

mise dot exclude '~/.codex/sessions/**'
mise dot include '~/.codex/sessions/**'

Other matching exclusion rules still apply. This command does not edit a tracked directory's include list; change that field in [dotfiles] to select which files the directory saves.

Arguments ​

  • <GLOB> — The glob as written by mise dot exclude

Flags ​

  • -h --help — Print help
MIT LicenseCopyright © 2026jdx.dev