Update configs (add atuin)

This commit is contained in:
Tobias Reisinger 2024-02-27 18:44:29 +01:00
parent a91116a589
commit 867e1fa467
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 5 additions and 0 deletions

View file

@ -117,5 +117,6 @@ source source-remote-file \
"https://raw.githubusercontent.com/dracula/zsh-syntax-highlighting/master/zsh-syntax-highlighting.sh" \
"dracula-syntax-highlighting"
[ -x "$(command -v atuin)" ] && eval "$(atuin init zsh)"
[ -x "$(command -v direnv)" ] && eval "$(direnv hook zsh)"
[ -x "$(command -v starship)" ] && eval "$(starship init zsh)"