I am using version 4.5.2, and when I use it to write a script it automatically has some notes and one line of code written, which isn't really a big problem, but the line of code sets the sh shell: #!/bin/sh And I prefer bash. Now, I just replace sh with bash, but I would like to set this so it will pop up with #!/bin/bash by default.
Is there a way to do this? If so, how?
Is there a way to do this? If so, how?