Added fzf for zsh, clean up readme

This commit is contained in:
JaKooLit
2024-05-27 05:18:22 +09:00
parent 3b6c7c3c73
commit c429266320
4 changed files with 12 additions and 2 deletions

View File

@@ -22,3 +22,10 @@ source $ZSH/oh-my-zsh.sh
# Project page: https://gitlab.com/phoneybadger/pokemon-colorscripts#on-other-distros-and-macos
#pokemon-colorscripts --no-title -s -r
# Set-up FZF key bindings (CTRL R for fuzzy history finder)
source <(fzf --zsh)
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
setopt appendhistory