This website requires JavaScript.
Explore
Help
Sign In
TheMagician
/
stow
Watch
1
Star
0
Fork
You've already forked stow
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
eb4ec29abc
stow
/
bash
/
.bash_profile
6 lines
62 B
Bash
Raw
Blame
History
#!/bin/bash
if
[
[
-f ~/.bashrc
]
]
;
then
source
~/.bashrc
fi
Reference in New Issue
View Git Blame
Copy Permalink