From f9f6209d6bb380df7892257bdb023c7092cff1da Mon Sep 17 00:00:00 2001 From: Thiago Perrotta Date: Thu, 18 Apr 2024 11:26:43 +0200 Subject: [PATCH] zsh(grml): disable zed function --- zsh/.zshrc.local | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc.local b/zsh/.zshrc.local index c913abd5..34bbdc8c 100644 --- a/zsh/.zshrc.local +++ b/zsh/.zshrc.local @@ -66,6 +66,7 @@ autoload -Uz bashcompinit && bashcompinit # https://grml.org/zsh/grmlzshrc.html MAILCHECK=0 set noshare_history +unset -f zed # Source base shell functions. [ -r ~/.profilerc ] && . ~/.profilerc