From 7b5c3d543d198a18884c990d540f5debc8a4d8d5 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 26 Apr 2021 11:50:31 +0100 Subject: Support bash, resolves #3 --- src/shell/atuin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shell/atuin.zsh') diff --git a/src/shell/atuin.zsh b/src/shell/atuin.zsh index cdef5e54..6a24de50 100644 --- a/src/shell/atuin.zsh +++ b/src/shell/atuin.zsh @@ -6,7 +6,7 @@ export ATUIN_HISTORY="atuin history list" export ATUIN_BINDKEYS="true" _atuin_preexec(){ - id=$(atuin history start $1) + id=$(atuin history start "$1") export ATUIN_HISTORY_ID="$id" } -- cgit v1.3.1