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/sudo.zsh | 3 --- 1 file changed, 3 deletions(-) (limited to 'config/zsh/plugins/sudo.zsh') diff --git a/config/zsh/plugins/sudo.zsh b/config/zsh/plugins/sudo.zsh index fd43b93..36091e6 100644 --- a/config/zsh/plugins/sudo.zsh +++ b/config/zsh/plugins/sudo.zsh @@ -12,9 +12,6 @@ # # ------------------------------------------------------------------------------ -MAGIC_ENTER_GIT_COMMAND='git status'; -MAGIC_ENTER_OTHER_COMMAND='ls'; - sudo-command-line() { [[ -z $BUFFER ]] && zle up-history if [[ $BUFFER == sudo\ * ]]; then -- cgit v1.3.1