puppet 4 foo
[mirror/dsa-puppet.git] / modules / debian-org / files / root-dotfiles / bashrc
diff --git a/modules/debian-org/files/root-dotfiles/bashrc b/modules/debian-org/files/root-dotfiles/bashrc
deleted file mode 100644 (file)
index 048d944..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# ~/.bashrc: executed by bash(1) for non-login shells.
-
-## THIS FILE IS UNDER PUPPET CONTROL.
-## LOCAL CHANGES WILL BE OVERWRITTEN.
-
-if [ "$PS1" ]; then
-  typeset HISTCONTROL=ignoreboth
-  typeset HISTSIZE=50000
-
-  export LS_OPTIONS='--color=auto'
-  eval "`dircolors`"
-  alias ls='ls $LS_OPTIONS'
-  alias ll='ls $LS_OPTIONS -l'
-  alias l='ls $LS_OPTIONS -lA'
-
-  if [ -f /usr/share/bash-completion/bash_completion ]; then
-    . /usr/share/bash-completion/bash_completion
-  fi
-
-  PATH="$PATH:/usr/lib/nagios/plugins"
-fi
-
-# vim: set ft=sh ts=2 sw=2 et ai si: