added fzf shell helper scripts to the package (#404)

This commit is contained in:
BrainDamage 2016-08-19 14:10:27 +02:00 committed by Fredrik Fornwall
parent 9cbdadb1fe
commit 2c48681520
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ termux_step_make_install () {
mkdir -p $TERMUX_PREFIX/share/vim/vim74/plugin
cp $TERMUX_PKG_SRCDIR/plugin/fzf.vim $TERMUX_PREFIX/share/vim/vim74/plugin/fzf.vim
#Install bash,zsh, fish helper scripts
mkdir -p "$TERMUX_PREFIX/share/fzf"
cp $TERMUX_PKG_SRCDIR/shell/* "$TERMUX_PREFIX/share/fzf"
# Install the nvim plugin:
mkdir -p $TERMUX_PREFIX/share/nvim/runtime/plugin
cp $TERMUX_PKG_SRCDIR/plugin/fzf.vim $TERMUX_PREFIX/share/nvim/runtime/plugin/