mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
Half revert last commit
This commit is contained in:
parent
8e7e617baa
commit
a7712d50da
@ -710,9 +710,9 @@ shopt -s expand_aliases
|
||||
shopt -s histappend
|
||||
|
||||
# this is overkilled but it works conveniently
|
||||
# [[ -d $HOME/.local/share/bash/basher/cellar/packages/junegunn/fzf ]] || basher install junegunn/fzf
|
||||
# include junegunn/fzf shell/key-bindings.bash
|
||||
# include junegunn/fzf shell/completion.bash
|
||||
[[ -d $HOME/.local/share/bash/basher/cellar/packages/junegunn/fzf ]] || basher install junegunn/fzf
|
||||
include junegunn/fzf shell/key-bindings.bash
|
||||
include junegunn/fzf shell/completion.bash
|
||||
export FZF_COMPLETION_OPTS='-x'
|
||||
|
||||
# Use fd instead of find for fzf_completion
|
||||
|
@ -53,9 +53,9 @@ end
|
||||
fish_vi_key_bindings
|
||||
|
||||
# fzf
|
||||
# if not test -f "$HOME/.config/fish/functions/fzf_key_bindings.fish"
|
||||
# curl -fLo $HOME/.config/fish/functions/fzf_key_bindings.fish https://raw.githubusercontent.com/junegunn/fzf/master/shell/key-bindings.fish
|
||||
# end
|
||||
if not test -f "$HOME/.config/fish/functions/fzf_key_bindings.fish"
|
||||
curl -fLo $HOME/.config/fish/functions/fzf_key_bindings.fish https://raw.githubusercontent.com/junegunn/fzf/master/shell/key-bindings.fish
|
||||
end
|
||||
fzf_key_bindings
|
||||
|
||||
# z.lua
|
||||
|
@ -115,8 +115,8 @@ zinit ice blockf as"completion" for \
|
||||
OMZ::plugins/fd/_fd
|
||||
|
||||
# fzf key bindings and zsh completions for some commands
|
||||
# zinit snippet https://github.com/junegunn/fzf/blob/master/shell/key-bindings.zsh
|
||||
# zinit snippet https://github.com/junegunn/fzf/blob/master/shell/completion.zsh
|
||||
zinit snippet https://github.com/junegunn/fzf/blob/master/shell/key-bindings.zsh
|
||||
zinit snippet https://github.com/junegunn/fzf/blob/master/shell/completion.zsh
|
||||
export FZF_COMPLETION_OPTS='-x'
|
||||
|
||||
# https://cht.sh (cheatsheet)
|
||||
|
Loading…
Reference in New Issue
Block a user