我正在尝试在 OSX 上使用鱼壳作为我的默认壳。我已经使用 brew 安装了鱼壳,当我想将它添加到/etc/shells
我得到这个错误:
tee: /etc/shells: No such file or directory
Run Code Online (Sandbox Code Playgroud)
这是我使用的命令行:
echo "usr/local/bin/fish" | sudo tee -a /etc/shells
Run Code Online (Sandbox Code Playgroud)
来源:https : //hackercodex.com/guide/install-fish-shell-mac-ubuntu/
我的有什么问题$PATH
吗?