Add fzf history for zsh
This commit is contained in:
parent
03cc854bfc
commit
b938e9192a
2 changed files with 8 additions and 3 deletions
|
@ -107,4 +107,8 @@ alias autoclean='paru -Sc'
|
|||
alias autoclean-all='paru -Scc'
|
||||
alias kexec-load="sudo kexec -l /boot/vmlinuz-linux-zen --initrd=/boot/initramfs-linux-zen.img --reuse-cmdline"
|
||||
|
||||
|
||||
# Setup better history with fzf
|
||||
source <(fzf --zsh)
|
||||
HISTFILE=~/.zsh_history
|
||||
HISTSIZE=10000
|
||||
HISTSAVE=10000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue