mirror of
https://github.com/atuinsh/atuin.git
synced 2024-12-25 08:29:13 +01:00
Update README.md with antigen instruction. (#549)
* Update README.md with antigen instruction. Add Antigen plugin manager instruction. * Update README.md Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com> * Update README.md Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com> Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
This commit is contained in:
parent
6e3304b485
commit
ee89129c2b
10
README.md
10
README.md
@ -210,12 +210,18 @@ the install script, this should all be done for you!
|
|||||||
echo 'eval "$(atuin init zsh)"' >> ~/.zshrc
|
echo 'eval "$(atuin init zsh)"' >> ~/.zshrc
|
||||||
```
|
```
|
||||||
|
|
||||||
Or using a plugin manager:
|
#### Zinit
|
||||||
|
|
||||||
```
|
```sh
|
||||||
zinit load ellie/atuin
|
zinit load ellie/atuin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Antigen
|
||||||
|
|
||||||
|
```sh
|
||||||
|
antigen bundle ellie/atuin@main
|
||||||
|
```
|
||||||
|
|
||||||
### bash
|
### bash
|
||||||
|
|
||||||
We need to setup some hooks, so first install bash-preexec:
|
We need to setup some hooks, so first install bash-preexec:
|
||||||
|
Loading…
Reference in New Issue
Block a user