changed atuin config

This commit is contained in:
liph
2026-03-19 20:38:22 +01:00
parent a1c09a6d3b
commit ceca3f7b4e
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -49,7 +49,7 @@
## which filter mode to use by default ## which filter mode to use by default
## possible values: "global", "host", "session", "session-preload", "directory", "workspace" ## possible values: "global", "host", "session", "session-preload", "directory", "workspace"
## consider using search.filters to customize the enablement and order of filter modes ## 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 ## With workspace filtering enabled, Atuin will filter for commands executed
## in any directory within a git repository tree (default: false). ## 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 ## 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" ## the accepted values are identical to those of "filter_mode"
## leave unspecified to use same mode set in "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 ## 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" ## the accepted values are identical to those of "search_mode"
@@ -136,8 +136,6 @@ show_numeric_shortcuts = false
# max_preview_height = 4 # max_preview_height = 4
## Configure whether or not to show the help row, which includes the current Atuin ## 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 # show_help = true
## Configure whether or not to show tabs for search and inspect ## Configure whether or not to show tabs for search and inspect
+1 -1
View File
@@ -90,6 +90,6 @@ export PATH=/home/liph/.opencode/bin:$PATH
# Atuin Initialization [10] # Atuin Initialization [10]
# Must be at the very end to ensure hooks are applied correctly [1] # 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)" eval "$(atuin init zsh)"