Skip to content

Commit

Permalink
Update install to add bash-override to setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-percepto authored Jul 10, 2024
1 parent 0aa8b43 commit 912308a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ EOF
else
echo "eval \"\$(fzf --$shell)\"" >> "$src"
fi
if [[ "$shell" = bash ]]; then
bash_override=shell/bash-override
[ -f "$bash_override" ] && echo >> "$src" && cat "$bash_override" >> "$src"
fi
else
cat >> "$src" << EOF
# Auto-completion
Expand Down

0 comments on commit 912308a

Please sign in to comment.