Shell终端美化
待追加到 ~/.bash_profile 的内容
. ~/.bash_profile
遇到问题:.bash_profile换了终端不生效
mac终端类型有两种,zsh和bash,
其中,bash初始化默认.bash_profile
zsh初始化默认.zshrc
我的Catalina系统默认zsh终端,所以.bash_profile并不会初始化。
切换一下即可:
chsh -s /bin/bash
切换回zsh : chsh -s /bin/zsh
Vim语法高亮
cp /usr/share/vim/vimrc ~/.vimrc
vim ~/.vimrc # 将上述内容追加至该文件中
有话要说