diff options
| author | ZhiHong Li <joker_lizhih@163.com> | 2022-05-01 16:25:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-01 09:25:12 +0100 |
| commit | e05c19d0ff37a900847a6073de0ca05498ebe6d1 (patch) | |
| tree | a10d866f71fc66046e4638c149efce3b08f77088 /docs/zh-CN/import.md | |
| parent | Add Russian documentation translation (#365) (diff) | |
| download | atuin-e05c19d0ff37a900847a6073de0ca05498ebe6d1.zip | |
Add Chinese documentation translation & Fix spelling mistakes (#373)
* Add Chinese documentation translation
* Fix spelling mistakes
Diffstat (limited to 'docs/zh-CN/import.md')
| -rw-r--r-- | docs/zh-CN/import.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/zh-CN/import.md b/docs/zh-CN/import.md new file mode 100644 index 00000000..c1f1d06d --- /dev/null +++ b/docs/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 |
