3

I accidentally replaced my ~/.bash_profile with an empty file. My usually colored screen has turned black and white. (I'm running in command-line-mode with Raspbian Stretch Lite). How do I reset this file?

Raymo111
  • 153
  • 2
  • 9

1 Answers1

4

Copy it from /etc/skel/.profile. You'll also find .bashrc in /etc/skel

Dougie
  • 5,381
  • 11
  • 22
  • 30