config: tweak some

main
sudo pacman -Syu 2024-06-11 01:40:19 +07:00
parent 2ed253a48f
commit be1812bdac
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -159,6 +159,9 @@ require("lazy").setup({
fg = colors.overlay1,
style = { "italic" },
},
LspInlayHint = {
link = "Normal",
},
}
end,
})

View File

@ -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