如何使用终端thefuck库
-
安装
# 如果没有python3的话,我是有conda,所以这一步可以不要。 sudo apt install python3-dev python3-pip python3-setuptools # 直接安装即可,注意只有python3.4以上才可以。 pip3 install thefuck #自己尝试了一下2.7,好像也可以。。。 pip install thefuck
-
写环境变量
在zshrc或者bashrc文件里写上这句话。
eval $(thefuck --alias) # You can use whatever you want as an alias, like for Mondays: eval $(thefuck --alias FUCK)
-
使用
# 命令出错了直接输入 fuck # 不需要确认直接输入 fuck --yeah # 循环输入直到成功 fuck -r
进阶使用见: https://github.com/nvbn/thefuck