From d39e3cb47915b64fb2035070012347fff1ddbcc4 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 9 May 2021 18:47:41 +0100 Subject: Fix bash integration to set the session (#88) --- src/shell/atuin.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shell/atuin.bash b/src/shell/atuin.bash index 93c31922..038e4423 100644 --- a/src/shell/atuin.bash +++ b/src/shell/atuin.bash @@ -1,3 +1,5 @@ +export ATUIN_SESSION=$(atuin uuid) + _atuin_preexec() { id=$(atuin history start "$1") export ATUIN_HISTORY_ID="$id" -- cgit v1.2.3