blob: e9764c7f2099709b459a273a6581ff2494c64e98 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|