summaryrefslogtreecommitdiffstats
path: root/docs/import.md
blob: 9fc0580e9018569ce8a805a8d216cdf4184d5aea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# `atuin import`

Atuin can import your history from your "old" history file

`atuin import auto` will attempt to figure out your shell (via \$SHELL) and run
the correct importer

Unfortunately these older files do not store as much information as Atuin does,
so not all features are available with imported data.

# zsh

```
atuin import zsh
```

If you've set HISTFILE, this should be picked up! If not, try

```
HISTFILE=/path/to/history/file atuin import zsh
```

This supports both the simple and extended format

# bash

TODO