From 4a130afba58836ebb2f70a31c88588ea46017009 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 14 Apr 2017 13:05:03 -0400 Subject: Bug 1328874 - Add Vagrantfile for production-like development VMs --- vagrant_support/bashrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vagrant_support/bashrc (limited to 'vagrant_support/bashrc') diff --git a/vagrant_support/bashrc b/vagrant_support/bashrc new file mode 100644 index 000000000..e9764c7f2 --- /dev/null +++ b/vagrant_support/bashrc @@ -0,0 +1,11 @@ +# .bashrc + +# Source global definitions +if [ -f /etc/bashrc ]; then + . /etc/bashrc +fi + +# User specific aliases and functions +PS1='\[\e[0;31m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] $ ' + +cd /vagrant -- cgit v1.2.3-24-g4f1b