nixpkgs/etc/skel/bashrc
Sander van der Burg 7c93a71468 Added bashrc files to make dircolors/prompt working on xterm/konsole etc.
svn path=/nixos/trunk/; revision=11073
2008-03-12 10:18:26 +00:00

7 lines
64 B
Bash

#!/bin/sh
if [ -f /etc/bashrc ]
then
source /etc/bashrc
fi