diff --git a/dave/.bashrc b/dave/.bashrc deleted file mode 100644 index a6c11c9..0000000 --- a/dave/.bashrc +++ /dev/null @@ -1,13 +0,0 @@ -# .bashrc -## This file is PUPPET-MANAGED -## do not change! Your amendments will be overwritten! - -# Source global definitions -if [ -f /etc/bashrc ]; then - . /etc/bashrc -fi - -# User specific aliases and functions -[ -f ~/.bash_aliases ] && . ~/.bash_aliases - -export PS1="${HOSTNAME^^}"':$PWD $ '