Skip to content

matmutant/zsh-insulter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

zsh-insulter

Randomly insults the user when typing wrong command. This is heavily based on hkbakke's work.

Change insults as needed :)

zshInsults

Installation

git clone https://github.com/matmutant/zsh-insulter.git zsh-insulter
grab the zsh.command-not-found and paste it where-ever you want. 
(e.g. ~/.zshInsulter/ to keep it for you. and not bothering other users)

Then source the file automatically for new logins by adding the following to /etc/bash.bashrc:

if [ -f ~/.zshInsulter/zsh.command-not-found ]; then
    . ~/.zshInsulter/zsh.command-not-found
fi

Start a new zsh shell and type some invalid commands for the effects to be visible.

About

Insults the user when typing wrong command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published