From 6781e336f6244d8d1ce476a4a711c51338300eea Mon Sep 17 00:00:00 2001 From: GR3YH4TT3R93 <76727386+GR3YH4TT3R93@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:25:30 -0700 Subject: [PATCH] Update README.md --- plugins/magic-enter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/magic-enter/README.md b/plugins/magic-enter/README.md index 78514c67d..3f39ab1e4 100644 --- a/plugins/magic-enter/README.md +++ b/plugins/magic-enter/README.md @@ -8,8 +8,8 @@ is specified in a git directory, `git status` is executed; in other directories, ```zsh # defaults -MAGIC_ENTER_GIT_COMMAND='git status -u .' -MAGIC_ENTER_OTHER_COMMAND='ls -lh .' +MAGIC_ENTER_GIT_COMMAND='gst' +MAGIC_ENTER_OTHER_COMMAND='l' plugins=(... magic-enter) ```