mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-28 18:28:35 -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
|
shopt -s histappend
|
||||||
|
|
||||||
# this is overkilled but it works conveniently
|
# this is overkilled but it works conveniently
|
||||||
# [[ -d $HOME/.local/share/bash/basher/cellar/packages/junegunn/fzf ]] || basher install junegunn/fzf
|
[[ -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/key-bindings.bash
|
||||||
# include junegunn/fzf shell/completion.bash
|
include junegunn/fzf shell/completion.bash
|
||||||
export FZF_COMPLETION_OPTS='-x'
|
export FZF_COMPLETION_OPTS='-x'
|
||||||
|
|
||||||
# Use fd instead of find for fzf_completion
|
# Use fd instead of find for fzf_completion
|
||||||
|
@ -53,9 +53,9 @@ end
|
|||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
|
|
||||||
# fzf
|
# fzf
|
||||||
# if not test -f "$HOME/.config/fish/functions/fzf_key_bindings.fish"
|
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
|
curl -fLo $HOME/.config/fish/functions/fzf_key_bindings.fish https://raw.githubusercontent.com/junegunn/fzf/master/shell/key-bindings.fish
|
||||||
# end
|
end
|
||||||
fzf_key_bindings
|
fzf_key_bindings
|
||||||
|
|
||||||
# z.lua
|
# z.lua
|
||||||
|
@ -115,8 +115,8 @@ zinit ice blockf as"completion" for \
|
|||||||
OMZ::plugins/fd/_fd
|
OMZ::plugins/fd/_fd
|
||||||
|
|
||||||
# fzf key bindings and zsh completions for some commands
|
# 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/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/completion.zsh
|
||||||
export FZF_COMPLETION_OPTS='-x'
|
export FZF_COMPLETION_OPTS='-x'
|
||||||
|
|
||||||
# https://cht.sh (cheatsheet)
|
# https://cht.sh (cheatsheet)
|
||||||
|
Loading…
Reference in New Issue
Block a user