obihann / archey-osx

An archey script clone for OS X
http://obihann.github.io/archey-osx/
GNU General Public License v2.0
340 stars 123 forks source link

i can't remaster automatically manually #50

Closed dukegod closed 8 years ago

dukegod commented 8 years ago

every time, i open my Terminal. it can't start auto.

i must input 'archey' in my terminal, then i can see the magical displaying infomation

obihann commented 8 years ago

You'll have to add it to your bashrc file or equivalent, the tool itself has no way to auto start. Look for a file named ~/.bashrc or ~/.profile.

dukegod commented 8 years ago

i just have the ~/.bash_profile.

how to add "archey" to "bash_profiel",can u give me a example.like:

 # execute archey 
  archey

i don't know shell.

obihann commented 8 years ago

add archey to ~/.bash_profile, that should do the trick.

dukegod commented 8 years ago

it's work, thanks.