Browse Source

git: added git-prompt

__git_ps1 function
android-5
Sergio Livi 6 years ago
committed by Fredrik Fornwall
parent
commit
ee68914204
  1. 1
      packages/git/build.sh

1
packages/git/build.sh

@ -58,6 +58,7 @@ termux_step_post_make_install () {
mkdir -p $TERMUX_PREFIX/etc/bash_completion.d/
cp $TERMUX_PKG_SRCDIR/contrib/completion/git-completion.bash \
$TERMUX_PKG_SRCDIR/contrib/completion/git-prompt.sh \
$TERMUX_PREFIX/etc/bash_completion.d/
# Remove the build machine perl setup in termux_step_pre_configure to avoid it being packaged:

Loading…
Cancel
Save