Added vimdetection handling to install
This commit is contained in:
parent
39103e16e3
commit
1e4d936294
1 changed files with 5 additions and 2 deletions
|
|
@ -63,8 +63,11 @@ install(){
|
|||
cp ${rundir}/functions ${globalinstalldir}/functions
|
||||
cp -r $rundir/lib/skel/* $HOME
|
||||
cp -r $rundir/lib/skel/.* $HOME
|
||||
cp $rundir/lib/vimfiles/crystallite.vim /usr/share/vim/vim*/colors/crystallite.vim
|
||||
detectvim
|
||||
if [[ $viminstall != null ]] ; then
|
||||
cp $rundir/lib/vimfiles/crystallite.vim /usr/share/vim/vim80/colors/crystallite.vim
|
||||
cp $rundir/lib/vimfiles/vimrc.local /etc/vim/vimrc.local
|
||||
fi
|
||||
echo -e $bashrc_append >> $HOME/.bashrc
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue