From 17ef1361658a19198f577f0344830ff23b27cf48 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Thu, 4 Aug 2022 13:11:39 +0200 Subject: [PATCH] Removed fart --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 27428a2..f112ad7 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,3 @@ This program helps you to create and edit command aliases on Linux and MacOS (wi ### Why do I have to manualy execute 'source ~/.bashrc'? The reason that this can't be done by the program itself is that it wouldn't be applied to the main shell but only for the runtime of the program itself. After the program exits, all changes will be reverted. - -This problem could technically be solved by using subprocesses but ffs I'm not in the mood for doing that. It's some work which I don't wanna do \ No newline at end of file