summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc10
1 files changed, 3 insertions, 7 deletions
diff --git a/zshrc b/zshrc
index 25bc92e..1655fb0 100644
--- a/zshrc
+++ b/zshrc
@@ -87,13 +87,9 @@ ZSH_HIGHLIGHT_STYLES[assign]='fg=cyan'
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=black,bold'
# }}}
-# anyframe {{{
-fpath=(~/.zsh/anyframe $fpath)
-autoload -Uz anyframe-init
-anyframe-init
-bindkey '^R' anyframe-widget-put-history
-zstyle ":anyframe:selector:" use fzf
-zstyle ":anyframe:selector:fzf:" command 'fzf --no-sort --exact'
+# fzf {{{
+source ~/.sh/fzf/shell/completion.zsh
+source ~/.sh/fzf/shell/key-bindings.zsh
# }}}
# }}}
# prompt {{{