diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2025-12-12 14:47:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-12 14:47:24 -0800 |
| commit | 2ba93a8c18ca008efb0b03e3cfa826e081a00514 (patch) | |
| tree | b408f74c07d6270cb1618fcff932e94eebdef28d /docs-i18n/zh-CN/import.md | |
| parent | fix: prevent interactive search crash when update check fails (#3016) (diff) | |
| download | atuin-2ba93a8c18ca008efb0b03e3cfa826e081a00514.zip | |
docs: Migrate docs from separate repo to `docs` subfolder (#3018)
Diffstat (limited to 'docs-i18n/zh-CN/import.md')
| -rw-r--r-- | docs-i18n/zh-CN/import.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs-i18n/zh-CN/import.md b/docs-i18n/zh-CN/import.md new file mode 100644 index 00000000..c1f1d06d --- /dev/null +++ b/docs-i18n/zh-CN/import.md @@ -0,0 +1,25 @@ +# `atuin import` + +Atuin 可以从您的“旧”历史文件中导入您的历史记录 + +`atuin import auto` 将尝试找出你的 shell(通过 \$SHELL)并运行正确的导入器 + +不幸的是,这些旧文件没有像 Atuin 那样存储尽可能多的信息,因此并非所有功能都可用于导入的数据。 + +# zsh + +``` +atuin import zsh +``` + +如果你设置了 HISTFILE,这应该会被选中!如果没有,可以尝试以下操作 + +``` +HISTFILE=/path/to/history/file atuin import zsh +``` + +这支持简单和扩展形式 + +# bash + +TODO |
