Skip to content

Commit 912308a

Browse files
authored
Update install to add bash-override to setup script
1 parent 0aa8b43 commit 912308a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: install

+4
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ EOF
270270
else
271271
echo "eval \"\$(fzf --$shell)\"" >> "$src"
272272
fi
273+
if [[ "$shell" = bash ]]; then
274+
bash_override=shell/bash-override
275+
[ -f "$bash_override" ] && echo >> "$src" && cat "$bash_override" >> "$src"
276+
fi
273277
else
274278
cat >> "$src" << EOF
275279
# Auto-completion

0 commit comments

Comments
 (0)