mise bootstrap dotfiles include
- Usage:
mise bootstrap dotfiles include <GLOB> - Effect: modifies state
- Source code:
src/cli/dotfiles/exclude.rs
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 bymise dot exclude
Flags
-h --help— Print help