summaryrefslogtreecommitdiffstats
path: root/hook.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'hook.zsh')
-rw-r--r--hook.zsh6
1 files changed, 3 insertions, 3 deletions
diff --git a/hook.zsh b/hook.zsh
index dfdadf52..ae1ca7b8 100644
--- a/hook.zsh
+++ b/hook.zsh
@@ -1,7 +1,7 @@
# Source this in your ~/.zshrc
-_shync_preexec(){
- shync history add $1
+_atuin_preexec(){
+ atuin history add $1
}
-add-zsh-hook preexec _shync_preexec
+add-zsh-hook preexec _atuin_preexec