mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2025-01-31 06:04:18 +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
|
||||
|
||||
# FZF
|
||||
if[ -f ~/.fzf.bash ]; then
|
||||
if [ -f ~/.fzf.bash ]; then
|
||||
source ~/.fzf.bash
|
||||
elif fzf --bash &> /dev/null; then
|
||||
source <(fzf --bash)
|
||||
@ -107,7 +107,7 @@ else
|
||||
|
||||
# Key bindings
|
||||
source $fzf_shell_path/key-bindings.bash
|
||||
end
|
||||
fi
|
||||
fi
|
||||
if type rg &> /dev/null; then
|
||||
export FZF_DEFAULT_COMMAND='rg --files'
|
||||
|
Loading…
x
Reference in New Issue
Block a user