nixpkgs/modules/programs/bash/bashrc-user.sh
Eelco Dolstra 421dcc35c5 * Moved the Bash configuration to modules/programs/bash.
svn path=/nixos/branches/modular-nixos/; revision=15759
2009-05-28 12:06:54 +00:00

7 lines
64 B
Bash

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