mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
421dcc35c5
svn path=/nixos/branches/modular-nixos/; revision=15759
6 lines
64 B
Bash
6 lines
64 B
Bash
#!/bin/sh
|
|
|
|
if [ -f /etc/bashrc ]
|
|
then
|
|
source /etc/bashrc
|
|
fi
|