From a787eb168e06123845dada65a02133c8a7489d5a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 20 May 2025 19:51:28 +0530 Subject: Update zsh config --- config/zsh/plugins/magic-enter.zsh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/zsh/plugins/magic-enter.zsh') diff --git a/config/zsh/plugins/magic-enter.zsh b/config/zsh/plugins/magic-enter.zsh index 5d50316..accccc0 100644 --- a/config/zsh/plugins/magic-enter.zsh +++ b/config/zsh/plugins/magic-enter.zsh @@ -1,3 +1,6 @@ +MAGIC_ENTER_GIT_COMMAND='git status'; +MAGIC_ENTER_OTHER_COMMAND='ls'; + # Bind quick stuff to enter! # # Pressing enter in a git directory runs `git status` -- cgit v1.3.1