linux上古神器thefuck, 裝機必備, 命令行輸入錯誤殺手 ...
系統環境(已測試可用):
ubuntu 18.04 lts (server或desktop),ubuntu 19.04(server或desktop)
sudo apt update sudo apt install python3-dev python3-pip sudo pip3 install thefuck
編輯文件 ~/.bashrc (ps:給thefuck命令添加別名)
vim ~/.bashrc
在該文件末尾添加一行
eval "$(thefuck --alias)"
保存文件並退出(:wq), 然後執行更新
source ~/.bashrc
此時 fuck 命令可用