]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/debian-org/files/root-dotfiles/bashrc
put /root/.profile under puppet control, too
[dsa-puppet.git] / modules / debian-org / files / root-dotfiles / bashrc
1 # ~/.bashrc: executed by bash(1) for non-login shells.
2
3 ## THIS FILE IS UNDER PUPPET CONTROL.
4 ## LOCAL CHANGES WILL BE OVERWRITTEN.
5
6 export LS_OPTIONS='--color=auto'
7 eval "`dircolors`"
8 alias ls='ls $LS_OPTIONS'
9 alias ll='ls $LS_OPTIONS -l'
10 alias l='ls $LS_OPTIONS -lA'
11
12 # vim: set ft=sh ts=2 sw=2 et ai si: