diff options
| author | Webmaster At Cosmic DNA <92752640+DanielAtCosmicDNA@users.noreply.github.com> | 2022-11-02 20:57:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-02 20:57:37 +0000 |
| commit | ee89129c2b31c00046773b6d304c56cbfeaa5afa (patch) | |
| tree | 18a00fe93863b138c36e87a9049e46ca89a4e8b5 /README.md | |
| parent | Exit with return code 1 when no results are found in `atuin search` command (... (diff) | |
| download | atuin-ee89129c2b31c00046773b6d304c56cbfeaa5afa.zip | |
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>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -210,12 +210,18 @@ the install script, this should all be done for you! echo 'eval "$(atuin init zsh)"' >> ~/.zshrc ``` -Or using a plugin manager: +#### Zinit -``` +```sh zinit load ellie/atuin ``` +#### Antigen + +```sh +antigen bundle ellie/atuin@main +``` + ### bash We need to setup some hooks, so first install bash-preexec: |
