Browse Source

No longer needed

master
dave 3 years ago
parent
commit
72ee163ba9
  1. 13
      dave/.bashrc

13
dave/.bashrc

@ -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 $ '
Loading…
Cancel
Save