mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-08 01:15:04 +01:00
8 lines
114 B
Bash
8 lines
114 B
Bash
# Source this in your ~/.zshrc
|
|
|
|
_shync_preexec(){
|
|
shync history add $1
|
|
}
|
|
|
|
add-zsh-hook preexec _shync_preexec
|