diff options
Diffstat (limited to 'vagrant_support/bashrc')
-rw-r--r-- | vagrant_support/bashrc | 11 |
1 files changed, 11 insertions, 0 deletions
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 |