|
...
|
...
|
@@ -56,11 +56,6 @@ EOF
|
|
56
|
56
|
# Give ownership of /opt/stack to stack user
|
|
57
|
57
|
chown -R $STACK_USER /opt/stack
|
|
58
|
58
|
|
|
59
|
|
-# Make our ip address hostnames look nice at the command prompt
|
|
60
|
|
-echo "export PS1='${debian_chroot:+($debian_chroot)}\\u@\\H:\\w\\$ '" >> /opt/stack/.bashrc
|
|
61
|
|
-echo "export PS1='${debian_chroot:+($debian_chroot)}\\u@\\H:\\w\\$ '" >> /root/.bashrc
|
|
62
|
|
-echo "export PS1='${debian_chroot:+($debian_chroot)}\\u@\\H:\\w\\$ '" >> /etc/profile
|
|
63
|
|
-
|
|
64
|
59
|
function setup_vimrc {
|
|
65
|
60
|
if [ ! -e $1 ]; then
|
|
66
|
61
|
# Simple but usable vimrc
|