This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4253490fd4
nixpkgs
/
modules
/
programs
/
bash
/
bashrc-user.sh
7 lines
64 B
Bash
Raw
Blame
History
#!/bin/sh
if
[
-f /etc/bashrc
]
then
source
/etc/bashrc
fi
Reference in New Issue
View Git Blame
Copy Permalink