From ceca3f7b4e28c41437d7b2d9051f1c2490167f7e Mon Sep 17 00:00:00 2001 From: liph Date: Thu, 19 Mar 2026 20:38:22 +0100 Subject: [PATCH] changed atuin config --- atuin/.config/atuind/config.toml | 6 ++---- zshrc/.zshrc | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/atuin/.config/atuind/config.toml b/atuin/.config/atuind/config.toml index dd0c03b..ae1de68 100644 --- a/atuin/.config/atuind/config.toml +++ b/atuin/.config/atuind/config.toml @@ -49,7 +49,7 @@ ## which filter mode to use by default ## possible values: "global", "host", "session", "session-preload", "directory", "workspace" ## consider using search.filters to customize the enablement and order of filter modes -# filter_mode = "global" +filter_mode = "host" ## With workspace filtering enabled, Atuin will filter for commands executed ## in any directory within a git repository tree (default: false). @@ -62,7 +62,7 @@ ## which filter mode to use when atuin is invoked from a shell up-key binding ## the accepted values are identical to those of "filter_mode" ## leave unspecified to use same mode set in "filter_mode" -# filter_mode_shell_up_key_binding = "global" +filter_mode_shell_up_key_binding = "host" ## which search mode to use when atuin is invoked from a shell up-key binding ## the accepted values are identical to those of "search_mode" @@ -136,8 +136,6 @@ show_numeric_shortcuts = false # max_preview_height = 4 ## Configure whether or not to show the help row, which includes the current Atuin -## version (and whether an update is available), a keymap hint, and the total -## amount of commands in your history. # show_help = true ## Configure whether or not to show tabs for search and inspect diff --git a/zshrc/.zshrc b/zshrc/.zshrc index c1e444c..3de3167 100644 --- a/zshrc/.zshrc +++ b/zshrc/.zshrc @@ -90,6 +90,6 @@ export PATH=/home/liph/.opencode/bin:$PATH # Atuin Initialization [10] # Must be at the very end to ensure hooks are applied correctly [1] -. "$HOME/.atuin/bin/env" +# . "$HOME/.atuin/bin/env" eval "$(atuin init zsh)"