Compare commits

...

2 Commits

Author SHA1 Message Date
sudo pacman -Syu 12f0fa7464 chore: clean up atuin 2024-04-04 17:34:12 +07:00
sudo pacman -Syu 649f3483d9 config: sync filter atuin, zsh 2024-04-04 17:31:22 +07:00
3 changed files with 18 additions and 1 deletions

View File

@ -3,6 +3,20 @@
style = "compact"
inline_height = 16
show_preview = true
# Sync with data/zsh/top-zshrc
history_filter = [
"^ls",
"^ll",
"^la",
"^cd$",
"^pwd$",
"^exit$",
"^builtin",
"^z$",
'^\[',
]
enter_accept = false
prefers_reduced_motion = true

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

View File

@ -13,6 +13,9 @@ cargo install --quiet --locked ripgrep --features 'pcre2'
bat cache --build
cat /dev/null >~/.zsh_history
atuin history prune
pokeget --hide-name pikachu >data/pokeget/pikachu.txt
pokeget --hide-name clefairy >data/pokeget/clefairy.txt
pokeget --hide-name ditto >data/pokeget/ditto.txt