atuin/docs/zh-CN/import.md
ZhiHong Li e05c19d0ff
Add Chinese documentation translation & Fix spelling mistakes (#373)
* Add Chinese documentation translation

* Fix spelling mistakes
2022-05-01 09:25:12 +01:00

26 lines
553 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# `atuin import`
Atuin 可以从您的“旧”历史文件中导入您的历史记录
`atuin import auto` 将尝试找出你的 shell通过 \$SHELL并运行正确的导入器
不幸的是,这些旧文件没有像 Atuin 那样存储尽可能多的信息,因此并非所有功能都可用于导入的数据。
# zsh
```
atuin import zsh
```
如果你设置了 HISTFILE这应该会被选中如果没有可以尝试以下操作
```
HISTFILE=/path/to/history/file atuin import zsh
```
这支持简单和扩展形式
# bash
TODO