.pairrc is not set executable
Closed this issue · 4 comments
So it doesn't get run. I had to manually do a chmod u+x ~/.pairrc, but the script could have a function that's called any time we want to write to ~/.pairrc that also tries to set it executable.
Or, I guess another option is to just remind people to touch .pairrc and set it executable in the README.
~/.pairrc
shouldn't need to be run, only sourced (to export the proper variables). To do this, you should only need read permissons.
Could you explain the situation in which it was trying to be run?
Doh. That's true. (I guess I was trying to execute it rather than source it in my .bashrc.local. I didn't read the README close enough, apparently.)
Can this be closed? Is some clarification needed in the README?
As always, PRs are welcome.
Nope, close away!