Fix bash integration to set the session (#88)
This commit is contained in:
parent
090120a834
commit
d39e3cb479
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
export ATUIN_SESSION=$(atuin uuid)
|
||||
|
||||
_atuin_preexec() {
|
||||
id=$(atuin history start "$1")
|
||||
export ATUIN_HISTORY_ID="$id"
|
||||
|
|
Loading…
Reference in a new issue