From bd9ffb33e54bc8c01b3f6cb11ff0f7d4f12423b6 Mon Sep 17 00:00:00 2001 From: GR3YH4TT3R93 <76727386+GR3YH4TT3R93@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:24:59 -0700 Subject: [PATCH] Update magic-enter.plugin.zsh --- plugins/magic-enter/magic-enter.plugin.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/magic-enter/magic-enter.plugin.zsh b/plugins/magic-enter/magic-enter.plugin.zsh index 55b893535..0f848ecc8 100644 --- a/plugins/magic-enter/magic-enter.plugin.zsh +++ b/plugins/magic-enter/magic-enter.plugin.zsh @@ -1,6 +1,6 @@ # Default commands -: ${MAGIC_ENTER_GIT_COMMAND:="git status -u ."} # run when in a git repository -: ${MAGIC_ENTER_OTHER_COMMAND:="ls -lh ."} # run anywhere else +: ${MAGIC_ENTER_GIT_COMMAND:="gst"} # run when in a git repository +: ${MAGIC_ENTER_OTHER_COMMAND:="l"} # run anywhere else magic-enter() { # Only run MAGIC_ENTER commands when in PS1 and command line is empty