0

This is a simple question, but too generic to find on google, I guess.

How would I set-up a program to run every time I opened the terminal?

For example; every time I open the Terminal it runs hello.sh which would echo "hello bofimpact".

Do I need to put hello.sh in a boot folder for the terminal or something?

(p.s.: I'm using Ubuntu 14.04 )

Thomas Dickey
  • 75,040
  • 9
  • 171
  • 268
bofimpact
  • 3
  • 6

1 Answers1

1

Add your command to ~/.bashrc.

August Karlstrom
  • 1,736
  • 2
  • 27
  • 39