mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-01 05:19:17 +03:00
7 lines
64 B
Bash
7 lines
64 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
if [ -f /etc/bashrc ]
|
||
|
then
|
||
|
source /etc/bashrc
|
||
|
fi
|