~edwardloveall/dotfiles

406c32b9765aedd1701c7b89adc23d167737fc0f — Edward Loveall 3 months ago 99b589d
Add autin

https://atuin.sh/docs
2 files changed, 6 insertions(+), 0 deletions(-)

M README.md
M zsh/dot-zshrc
M README.md => README.md +2 -0
@@ 15,6 15,7 @@
* [delta]
* [asdf]
* [exa]
* [atuin]

## Install



@@ 52,6 53,7 @@ These configuration files (with the exception of zshrc) are found in the `config
[delta]: https://github.com/dandavison/delta
[asdf]: https://asdf-vm.com/
[exa]: https://the.exa.website/
[atuin]: https://atuin.sh/
[zsh-dotfile-order]: https://unix.stackexchange.com/a/71258/122572
[shell-types]: https://stackoverflow.com/q/18186929/638966
[macos-zshenv]: https://github.com/thoughtbot/dotfiles/commit/ed8619e0abe7aa147828b3b7568b24a3070b9094

M zsh/dot-zshrc => zsh/dot-zshrc +4 -0
@@ 111,6 111,10 @@ test -e "${HOME}/.iterm2_shell_integration.zsh" &&
  [ $TERM_PROGRAM = "iTerm.app" ] &&
  source "${HOME}/.iterm2_shell_integration.zsh"

# autin

eval "$(atuin init zsh)"

### Local overrides ###

[ -f "$HOME/.zshrc.local" ] && source "$HOME/.zshrc.local"