扫码关注官方订阅号
比如以前 .bash_profile .bashrc 等等,里面的东西是不是zsh都不能用了。需要怎么处理呢,求转 zsh的大神告知。
.bash_profile
.bashrc
学习是最好的投资!
zsh能完全兼容bash。你要做的只是在~/.zshrc里使用 source 命令执行~/.bash_profile即可。
source ~/.bash_profile
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
zsh能完全兼容bash。你要做的只是在~/.zshrc里使用 source 命令执行~/.bash_profile即可。