X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fdebian-org%2Ffiles%2Froot-dotfiles%2Fbashrc;h=048d94436c1f5dfb9f04ded474e7fe74b2efdbc5;hb=d55193d32bcface5935ae2a6acc2cdc6eed71a80;hp=74bf5a30920516c6350a30db4c4c0be8c1913af1;hpb=4af3700cae6d66e2cc5135b9910bdc8c0411d75d;p=mirror%2Fdsa-puppet.git diff --git a/modules/debian-org/files/root-dotfiles/bashrc b/modules/debian-org/files/root-dotfiles/bashrc index 74bf5a309..048d94436 100644 --- a/modules/debian-org/files/root-dotfiles/bashrc +++ b/modules/debian-org/files/root-dotfiles/bashrc @@ -5,12 +5,19 @@ 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: