TermRecord
TermRecord copied to clipboard
Picking up settings in bash_profile
Is there a way to get the command to pick up the user's .bash_profile other than having to source it manually at the start of a record session?
Like to be able to record custom prompt which shows the git branch etc.
Work around, created a script file tmp/session.sh
with bash -l
in it then ran TermRecord -c tmp/session.sh -o tmp/mysession.html