changed atuin config
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user