How to Manage Your .bash_profile In macOS

<p>Up until recently, Bash was the default shell used in macOS. If you&rsquo;re still using an account under Bash, here&rsquo;s a quick how-to manipulate your&nbsp;<code>.bash_profile</code>&nbsp;file.</p> <h1>Create .bash_profile</h1> <p>To create the bash_profile, proceed with the following steps:</p> <ol> <li>Open the terminal.</li> <li>Move the home directory using the following command:<br /> cd ~/</li> <li>Use the touch command to create the bash_profile as follows:<br /> touch .bash_profile</li> </ol> <p><a href="https://medium.com/macoclock/how-to-create-delete-update-bash-profile-in-macos-5f99999ed1e7"><strong>Click Here</strong></a></p>
Tags: bash_profile