mac相关命令
- IT业界
- 2025-08-31 01:12:01

显示和隐藏usr等隐藏文件文件 terminal输入: defaults write com.apple.Finder AppleShowAllFiles YES defaults write com.apple.Finder AppleShowAllFiles NO 让.bashrc每次启动shell自动生效 编辑vim ~/.bash_profile 文件, 加上 if [ -f ~/.bashrc ]; then . ~/.bashrc fi
注意空格不能少, 然后 source ~/.bash_profile
上一篇
STM32看门狗
下一篇
DeepSeek大模型思考与初探