From 4bfa70909ec3ffa20e6cb0368772dde0d461b16c Mon Sep 17 00:00:00 2001 From: souvlakeeb <109096368+souvlakeeb@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:56:11 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfd4503..b6466d9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Go is a bash (and zsh) solution that allows you to bookmark directories so that ## Why would I want to use something like this? -I believe that *most* people that do work on the console eventually make the realisation that they naviate to the same directories over and over again and they end up optimising it by doing one of two things. Either they create a symlink to the directory in their home directory, or they set up an alias to `cd` into the given directory. +I believe that *most* people that do work on the console eventually make the realisation that they navigate to the same directories over and over again and they end up optimising it by doing one of two things. Either they create a symlink to the directory in their home directory, or they set up an alias to `cd` into the given directory. Both of these solutions work great and save the user a lot of time when navigating around. The main problem with these solutions though is that they end up being cumbersome to maintain as the number of directories grow. Symlinks can also clutter your home directory while it can be hard to remember all the aliases.