解决方法
vim ~/.bash_profile
在最后添加
if [ -f ~/.bashrc ] ; then
source ~/.bashrc
fi
问题原因
可能与~/.bash_profile
文件内容被修改有关。
如果执行如下命令,即可在本次打开终端时恢复高亮。
source ~/.bashrc
枫茶舍
这里筱枫~
vim ~/.bash_profile
在最后添加
if [ -f ~/.bashrc ] ; then
source ~/.bashrc
fi
可能与~/.bash_profile
文件内容被修改有关。
如果执行如下命令,即可在本次打开终端时恢复高亮。
source ~/.bashrc