- Copy the code
- Append it to .bashrc or /etc/bash.bashrc
- Enjoy the insults
OR just do it the linux way,
wget -O insults https://raw.githubusercontent.com/sudonims/Just-Insults/master/insult.bash && cat insults >> ~/.bashrc && rm insults
-
nano ~/.zshrc
-
Create the following function in the zshrc file
function command_not_found_handler () { * COPY THE CODE HERE * }
- Close terminal and restart again
wget -O insults https://raw.githubusercontent.com/sudonims/Just-Insults/master/insult.zsh && cat insults >> ~/.zshrc && rm insults