diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-02-13 12:58:40 +0000 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-02-13 12:58:40 +0000 |
| commit | 07aceb3dd4755acdba88faea4d584ef81c08fc15 (patch) | |
| tree | c89fa79eb4247c4ef2b6bb982450997dc30b3251 /hook.zsh | |
| parent | Update README.md (diff) | |
| download | atuin-07aceb3dd4755acdba88faea4d584ef81c08fc15.zip | |
Rename
Diffstat (limited to 'hook.zsh')
| -rw-r--r-- | hook.zsh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
