diff options
| -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: |
