source /etc/profile
‘case‘ builtin not inside of switch block
/etc/profile (line 12): case ":${PATH}:" in
^
from sourcing file /etc/profile
called on standard input
source: Error while reading file “/etc/profile”
最初以为是文件弄乱了导致的, 将别的机器的profile拷贝过来替换, 发现还是一样的问题。
最后发现是因为进入了fish的窗口, 退出重新source即可
添加环境变量的时候报错'case' builtin not inside of switch block
原文:https://www.cnblogs.com/dayby/p/11069323.html