From 07aceb3dd4755acdba88faea4d584ef81c08fc15 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 13 Feb 2021 12:58:40 +0000 Subject: Rename --- hook.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hook.zsh') 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 -- cgit v1.3.1