0

How do I run a command automatically when I open the terminal in Mac?

I tried writing it on the bash.rc file, but it does not seem to work.

user3021270
  • 68
  • 1
  • 1
  • 9

1 Answers1

0

.bash_profile is the file to which you want to add your command.

empedocle
  • 1,862
  • 1
  • 14
  • 25