ZSH improvements:

- Move from FZF to skim (seems to be a bit faster and smooth)
- Improve history
    * Add new options to not save duplicate entries etc
    * pi/pr aliases expand the paru command to history now
This commit is contained in:
Marko Korhonen 2021-08-17 19:17:38 +03:00
parent 9d3972a54a
commit 270a580e8e
3 changed files with 40 additions and 31 deletions

View file

@ -40,8 +40,8 @@ zinit light zdharma/fast-syntax-highlighting
# use fzf with zsh
{%@@ if profile == "mko-laptop" @@%}
source ~/.fzf.zsh
source ~/.skim.zsh
{%@@ else @@%}
source /usr/share/fzf/key-bindings.zsh
source /usr/share/fzf/completion.zsh
source /usr/share/skim/key-bindings.zsh
source /usr/share/skim/completion.zsh
{%@@ endif @@%}