This website requires JavaScript.
Explore
Help
Register
Sign In
neox
/
configurations-guix
Watch
1
Star
0
Fork
You've already forked configurations-guix
0
Code
Issues
2
Pull Requests
Releases
Activity
3ca373d2cb
configurations-guix
/
.bash_profile
3 lines
85 B
Bash
Raw
Blame
History
# Honor per-interactive-shell startup file
if
[
-f ~/.bashrc
]
;
then
. ~/.bashrc
;
fi
Reference in New Issue
View Git Blame
Copy Permalink