mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2025-01-31 08:54:23 +00:00
Fix ported bash config
This commit is contained in:
parent
fefed75ba9
commit
9ab94fecb2
@ -90,7 +90,7 @@ if fc-list -q 'Symbols Nerd Font'; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# FZF
|
# FZF
|
||||||
if[ -f ~/.fzf.bash ]; then
|
if [ -f ~/.fzf.bash ]; then
|
||||||
source ~/.fzf.bash
|
source ~/.fzf.bash
|
||||||
elif fzf --bash &> /dev/null; then
|
elif fzf --bash &> /dev/null; then
|
||||||
source <(fzf --bash)
|
source <(fzf --bash)
|
||||||
@ -107,7 +107,7 @@ else
|
|||||||
|
|
||||||
# Key bindings
|
# Key bindings
|
||||||
source $fzf_shell_path/key-bindings.bash
|
source $fzf_shell_path/key-bindings.bash
|
||||||
end
|
fi
|
||||||
fi
|
fi
|
||||||
if type rg &> /dev/null; then
|
if type rg &> /dev/null; then
|
||||||
export FZF_DEFAULT_COMMAND='rg --files'
|
export FZF_DEFAULT_COMMAND='rg --files'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user