config: tweak some
parent
2ed253a48f
commit
be1812bdac
|
@ -7,7 +7,7 @@ show_preview = true
|
|||
show_help = false
|
||||
|
||||
# Sync with data/zsh/top-zshrc
|
||||
history_filter = ["^l[sal]", "^cd$", "^pwd$", "^exit$", "^z$", '^\[', "O[ABC]"]
|
||||
history_filter = ["^l[sal]", "^cd$", "^pwd$", "^exit$", "^z$"]
|
||||
|
||||
store_failed = false
|
||||
enter_accept = false
|
||||
|
|
|
@ -159,6 +159,9 @@ require("lazy").setup({
|
|||
fg = colors.overlay1,
|
||||
style = { "italic" },
|
||||
},
|
||||
LspInlayHint = {
|
||||
link = "Normal",
|
||||
},
|
||||
}
|
||||
end,
|
||||
})
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Put this on top of ~/.zshrc
|
||||
|
||||
# https://zsh.sourceforge.io/Doc/Release/Parameters.html#Parameters-Used-By-The-Shell
|
||||
export HISTORY_IGNORE="(l[sal]|l[sal] *|cd|pwd|exit|z|\[*|*O[ABC]*)"
|
||||
export HISTORY_IGNORE="(l[sal]|l[sal] *|cd|pwd|exit|z)"
|
||||
export HISTSIZE=100000000
|
||||
export SAVEHIST=$HISTSIZE
|
||||
|
||||
|
|
Loading…
Reference in New Issue