TermRecord icon indicating copy to clipboard operation
TermRecord copied to clipboard

Picking up settings in bash_profile

Open alastairhm opened this issue 7 years ago • 1 comments

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.

alastairhm avatar Jul 20 '17 10:07 alastairhm

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

alastairhm avatar Jul 20 '17 10:07 alastairhm