fix munin 1
[mirror/dsa-puppet.git] / modules / debian-org / files / root-dotfiles / bashrc
index 78a595f..048d944 100644 (file)
@@ -5,6 +5,7 @@
 
 if [ "$PS1" ]; then
   typeset HISTCONTROL=ignoreboth
+  typeset HISTSIZE=50000
 
   export LS_OPTIONS='--color=auto'
   eval "`dircolors`"
@@ -15,6 +16,8 @@ if [ "$PS1" ]; then
   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: