summaryrefslogtreecommitdiffstats
path: root/hook.zsh
blob: ae1ca7b8b60f865d5f2610c82a576b2364d2be66 (plain)
1
2
3
4
5
6
7
# Source this in your ~/.zshrc

_atuin_preexec(){
    atuin history add $1
}

add-zsh-hook preexec _atuin_preexec