X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fdebian-org%2Ffiles%2Froot-dotfiles%2Fbashrc;h=2509d071e530acf7c553fdefd7f7b54f8ce33f29;hb=e9534d9354a8a2d6d4f0df5423ec033526ee8d01;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..2509d071e 100644 --- a/modules/debian-org/files/root-dotfiles/bashrc +++ b/modules/debian-org/files/root-dotfiles/bashrc @@ -11,6 +11,12 @@ if [ "$PS1" ]; then 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: