Update README.md

This commit is contained in:
GR3YH4TT3R93 2023-09-20 17:25:30 -07:00
commit 6781e336f6
No known key found for this signature in database

View file

@ -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)
```