Where to find file .bash_profile or .zshrc on mac? #10
Answered
by
andreynav
ruthanapal
asked this question in
Q&A
-
Where to find file .bash_profile or .zshrc on mac? |
Beta Was this translation helpful? Give feedback.
Answered by
andreynav
Jan 24, 2023
Replies: 1 comment
-
Open terminal and type command: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ruthanapal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Open terminal and type command:
cd ~
sudo nano .bash_profile
or
sudo nano .zshrc