当前位置: 首页 > 工具软件 > The Fuck > 使用案例 >

MAC/ubuntu安装thefuck

景嘉实
2023-12-01

MAC:

brew install thefuck

安装完成后提示Please put eval $(thefuck --alias) in your ~/.bashrc and apply changes with

可以在 /etc目录下找到  .bashrc 

在terminal下输入 open ~/.bach_profile 找到 .bash_profile

选择一个目录添加以下代码

eval "$(thefuck --alias)"

成功

Ubuntu:

pip install thefuck

发现报错 Please put eval $(thefuck --alias) in your ~/.bashrc and apply changes with source ~/.bashrc or restart your shell.

使用 sudo gedit ~/.bashrc

在 .bashrc 文件中添加 eval $(thefuck --alias)

使用 source ~/.bashrc 应用修改后的 .bashrc 文件

成功




 类似资料: