Set up command-t after clone
This commit is contained in:
parent
eb71c06989
commit
09faeaf7ab
1 changed files with 5 additions and 0 deletions
5
setup.sh
5
setup.sh
|
@ -82,4 +82,9 @@ for module in ${(k)vimbundles}; do
|
|||
print -P "$spaces%F{$color}$result%f"
|
||||
done
|
||||
|
||||
print -P "%BSetting up command-t%b"
|
||||
cd "$dfdir/vim/bundle/command-t"
|
||||
ruby extconf.rb
|
||||
make
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue