[zsh] add fzf
This commit is contained in:
parent
c4b500bf8a
commit
67868a3e46
|
@ -73,6 +73,10 @@ function tfont() {
|
||||||
## dircolors
|
## dircolors
|
||||||
eval "$(dircolors -b $HOME/.dircolors)"
|
eval "$(dircolors -b $HOME/.dircolors)"
|
||||||
|
|
||||||
|
## fzf
|
||||||
|
|
||||||
|
source /usr/share/doc/fzf/examples/key-bindings.zsh
|
||||||
|
|
||||||
## Color switcher
|
## Color switcher
|
||||||
alias dynamic-colors="~/.dynamic-colors/bin/dynamic-colors"
|
alias dynamic-colors="~/.dynamic-colors/bin/dynamic-colors"
|
||||||
|
|
||||||
|
|
Reference in a new issue