diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-02-13 20:48:40 +0000 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-02-13 20:48:40 +0000 |
| commit | ccdaa21fc6471faaf6def79f9ad7a80a5993dc13 (patch) | |
| tree | 3e76059dd94db7c47da0fcfdaff2049bf0ffcef7 /hook.zsh | |
| parent | Add sessions (diff) | |
| download | atuin-ccdaa21fc6471faaf6def79f9ad7a80a5993dc13.zip | |
Add session to hook
Diffstat (limited to 'hook.zsh')
| -rw-r--r-- | hook.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ # Source this in your ~/.zshrc +export ATUIN_SESSION=$(atuin uuid) _atuin_preexec(){ id=$(atuin history start $1) |
