Skip to content

Respect history_file in ~/.myclirc [main] section#1890

Merged
rolandwalker merged 1 commit into
mainfrom
RW/read-history-file-location-from-main
May 15, 2026
Merged

Respect history_file in ~/.myclirc [main] section#1890
rolandwalker merged 1 commit into
mainfrom
RW/read-history-file-location-from-main

Conversation

@rolandwalker
Copy link
Copy Markdown
Contributor

Description

Bugfix: history_file was previously ignored unless placed outside of any section in the configuration file.

Fixes #1888.

Checklist

  • I added this contribution to the changelog.md file.
  • I added my name to the AUTHORS file (or it's already there).
  • To lint and format the code, I ran
    uv run ruff check && uv run ruff format && uv run mypy --install-types .

@rolandwalker rolandwalker force-pushed the RW/read-history-file-location-from-main branch from d2e41d3 to 1fe2ae7 Compare May 15, 2026 11:09
@rolandwalker rolandwalker requested review from amjith and scottnemes May 15, 2026 11:10
Bugfix: "history_file" was previously ignored unless placed outside of
any section in the configuration file.
@rolandwalker rolandwalker force-pushed the RW/read-history-file-location-from-main branch from 1fe2ae7 to a29072d Compare May 15, 2026 11:14
@rolandwalker rolandwalker merged commit 6abb14b into main May 15, 2026
8 checks passed
@rolandwalker rolandwalker deleted the RW/read-history-file-location-from-main branch May 15, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The history_file config key is ignored inside [main].

2 participants