mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
WIP: Change default history file name to ".aider.history
This commit is contained in:
parent
786fb61bad
commit
a6b9023079
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -20,7 +20,7 @@ def main():
|
|||
parser.add_argument(
|
||||
"--history-file",
|
||||
metavar="HISTORY_FILE",
|
||||
default=os.environ.get(f"{env_prefix}HISTORY_FILE", ".coder.history"),
|
||||
default=os.environ.get(f"{env_prefix}HISTORY_FILE", ".aider.history"),
|
||||
help=f"Specify the history file (default: .aider.history, ${env_prefix}HISTORY_FILE)",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue