hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

Bash prompt no longer set by Vlad #338

Closed dixhuit closed 8 years ago

dixhuit commented 8 years ago

I've just noticed on a newly provision Ubuntu 14 box that Vlad's attempt to tweak the bash prompt is no longer working. The bling role is still successfully adding the required line to ~/.bashrc but that then appears to be somehow overridden with a different prompt (it shows the current git branch among other changes).

I can't figure out where the new prompt is being set though - any got any info?

christopher-hopper commented 8 years ago

This was happening because the drush init command call in drush 8.x adds its own custom prompt code. This issue should be fixed now with the changes from #346

dixhuit commented 8 years ago

Right you are. Thanks again. Closing :)