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:
parent
9d3972a54a
commit
270a580e8e
3 changed files with 40 additions and 31 deletions
|
@ -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 @@%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue