From 473ddf676e891de8c5cefe93d92047e160d30872 Mon Sep 17 00:00:00 2001 From: rohan436 Date: Thu, 5 Mar 2026 10:55:36 +0800 Subject: [PATCH] docs(jump): fix grammar in README --- plugins/jump/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/jump/README.md b/plugins/jump/README.md index 1b0ce68c0..8bdeef017 100644 --- a/plugins/jump/README.md +++ b/plugins/jump/README.md @@ -1,6 +1,6 @@ # Jump plugin -This plugin allows to easily jump around the file system by manually adding marks. +This plugin allows you to easily jump around the file system by manually adding marks. Those marks are stored as symbolic links in the directory `$MARKPATH` (default `$HOME/.marks`) To use it, add `jump` to the plugins array in your zshrc file: