chore(zsh): ignore trailing :

main
sudo pacman -Syu 2023-11-11 21:35:32 +07:00
parent e74e3ad8ec
commit 9764ad40bc
2 changed files with 2 additions and 1 deletions

View File

@ -337,6 +337,7 @@ require("lazy").setup({
jump = { suffix = "", options = {} },
location = { suffix = "", options = {} },
oldfile = { suffix = "", options = {} },
treesitter = { suffix = "", options = {} },
undo = { suffix = "", options = {} },
window = { suffix = "", options = {} },
yank = { suffix = "", options = {} },

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="(ls|ll|la|cd|pwd|exit|builtin *)"
export HISTORY_IGNORE="(ls|ll|la|cd|pwd|exit|builtin *|*:)"
export HISTSIZE=100000000
export SAVEHIST=$HISTSIZE