diff --git a/.zsh/history.zsh b/.zsh/history.zsh index c46bf6f..267af14 100644 --- a/.zsh/history.zsh +++ b/.zsh/history.zsh @@ -13,6 +13,7 @@ function my-history-prefix-search() { (($offset < 0)) && return local result=$( atuin search \ + --filter-mode session \ --search-mode prefix \ --limit 1 \ --offset $offset \