From 1c04a96d5fe7b2696b66271233c0883083b3119a Mon Sep 17 00:00:00 2001 From: kirbylife Date: Fri, 3 Nov 2023 08:23:24 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 433b47e..f560f9d 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ $ works!! ``` ## Why? -The main motivation for creating this tool was that in my work I like to have the Git branch I'm working on in `$branch`, but it's annoying to have to create it every time I restart or close the terminal I was working on. -I could add it to `.bashrc` directly, but I would have to do it every time I have to work on a new branch and it wasn't comfortable. +The main motivation for creating this tool was that in my work I like to have the Git branch I'm working on in `$branch`, but it's annoying to have to create it every time I restart or close the terminal I was working on. +I could add it to `.bashrc` directly, but I would have to do it every time I have to work on a new branch and it wasn't comfortable. So now instead of having to type: ```Bash branch="super_useful_change"