I plan to change my Mac to zsh. What should I do if I used bash before?

WBOY
Release: 2016-10-19 10:40:53
Original
1238 people have browsed it

For example, before .bash_profile .bashrc Wait, the contents inside cannot be used even if it is zsh. What needs to be done? Please ask the master of zsh to tell me.

Reply content:

For example, before .bash_profile .bashrc Wait, the contents inside cannot be used even if it is zsh. What needs to be done? Please ask the master of zsh to tell me.

zsh is fully compatible with bash. All you have to do is use the source command in ~/.zshrc to execute ~/.bash_profile.

<code>source ~/.bash_profile</code>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!