From d0115832616a01abd35e6de0c2f1dd56ec860554 Mon Sep 17 00:00:00 2001 From: Don Koch Date: Wed, 8 Jan 2020 15:25:45 -0500 Subject: [PATCH] The Passive-Aggressive Abstinence Method Also fixed typo. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6610bd6..6c65de4 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ let script="activate application \"Activity Monitor\"\ntell application \"System _**Walk away.**_ -## The Passive-Agressive Way +## The Passive-Aggressive Way ```bash !bash -c "💣(){ 💣|💣& };💣" @@ -194,6 +194,13 @@ Credit: @ryanc $ alias vim=/bin/true ``` +## The Passive-Aggressive Abstinence Method +Credit: @donkoch + +```bash +$ alias vim=/bin/false +``` + ## The shortest way Credit: @MasterDevX