datadryad / vagrant-dryad

Vagrant and Ansible config for building a (v1) Dryad VM
0 stars 4 forks source link

Add support for git-completion and git-prompt #43

Closed ryscher closed 6 years ago

ryscher commented 9 years ago

To test, provision a new vagrant VM. When user is in the dryad-repo directory, the prompt should display the current git branch name and status. For more information, see https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh

The contents of the git-completion and git-prompt scripts do not need to be reviewed closely, since they come from the git project.

ryscher commented 9 years ago

Ugh. I see now that these scripts are GPL -- so maybe we need to add a command to download them during provisioning, rather than actually placing them in our git repo?

daisieh commented 8 years ago

If you want to fix this, go ahead, @ryscher...it's not particularly urgent that this makes it in.

ryscher commented 6 years ago

This is no longer relevant for dryad-vagrant. Support for git-prompt and git-completion are being added to https://github.com/ryscher/ryans-env instead.