feat(zsh): add Atuin integration and new gitconfig script

This commit is contained in:
2025-06-23 09:22:15 +02:00
parent f5624a02e8
commit 61a177e8b5
7 changed files with 40 additions and 4 deletions

4
.zshrc
View File

@ -145,3 +145,7 @@ export PATH=".:$PATH"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
. "$HOME/.atuin/bin/env"
eval "$(atuin init zsh)"