Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/reference/import.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ HISTFILE=/path/to/history/file atuin import zsh
```

Note that for shells such as Xonsh that store history in many files rather than a
single file, `$HISTFILE` should be set to the directory in whic those files reside.
single file, `$HISTFILE` should be set to the directory in which those files reside.

For formats that don't store timestamps, timestamps will be generated starting at
the current time plus 1ms for each additional command in the history.
Expand Down