鱼 shell |找不到配置文件 [conf.ls]
fish shell | config file [conf.ls] not found
当我 运行 ls -la
或 la
和 fish 中的一些其他函数别名时,我得到一个错误。
config file [conf.ls] not found
.
我尝试重新安装 fish shell 和 运行ning fish_update_completions
但没有成功。
Fish 不知道任何 "conf.ls",所以这很可能在您的自定义中。
我建议检查 type ls
的输出 - 不管调用什么 "conf.ls".
当我 运行 ls -la
或 la
和 fish 中的一些其他函数别名时,我得到一个错误。
config file [conf.ls] not found
.
我尝试重新安装 fish shell 和 运行ning fish_update_completions
但没有成功。
Fish 不知道任何 "conf.ls",所以这很可能在您的自定义中。
我建议检查 type ls
的输出 - 不管调用什么 "conf.ls".