]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/debian-org/files/root-dotfiles/bashrc
7b7ee59436274c284873a89ab15901534ead3c4a
[dsa-puppet.git] / modules / debian-org / files / root-dotfiles / bashrc
1 # ~/.bashrc: executed by bash(1) for non-login shells.
2
3 # Note: PS1 and umask are already set in /etc/profile. You should not
4 # need this unless you want different defaults for root.
5 # PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ '
6 # umask 022
7
8 # You may uncomment the following lines if you want `ls' to be colorized:
9 export LS_OPTIONS='--color=auto'
10 eval "`dircolors`"
11 alias ls='ls $LS_OPTIONS'
12 alias ll='ls $LS_OPTIONS -l'
13 alias l='ls $LS_OPTIONS -lA'