鱼似乎通过重装记住了东西
Fish seems to remember things through reinstallation
我正在尝试用 fish shell 解决问题,所以我从 Mac 中卸载了它,包括从 ~/.config/fish
中删除所有内容并重新安装。我发现它似乎记得一些东西,比如它的自动完成历史。卸载过程中是否遗漏了某些文件?或者鱼正在与 zsh 共享 autocomplete/history 数据?
By default interactive commands are logged to $XDG_DATA_HOME/fish/fish_history (typically ~/.local/share/fish/fish_history)
我正在尝试用 fish shell 解决问题,所以我从 Mac 中卸载了它,包括从 ~/.config/fish
中删除所有内容并重新安装。我发现它似乎记得一些东西,比如它的自动完成历史。卸载过程中是否遗漏了某些文件?或者鱼正在与 zsh 共享 autocomplete/history 数据?
By default interactive commands are logged to $XDG_DATA_HOME/fish/fish_history (typically ~/.local/share/fish/fish_history)