From a732698c1f8b75e41e2501deaa393076b12a459c Mon Sep 17 00:00:00 2001 From: izumin5210 Date: Sat, 30 Mar 2024 21:54:34 +0900 Subject: [PATCH] load add-zsh-hook at first --- config/.config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/.config/zsh/.zshrc b/config/.config/zsh/.zshrc index e19a899d..dc610f92 100644 --- a/config/.config/zsh/.zshrc +++ b/config/.config/zsh/.zshrc @@ -4,6 +4,9 @@ source $HOME/.config/zsh/legacy/aliases.zsh ulimit -u 2048 ulimit -n 16384 +bindkey -e # emacs emulation +autoload -Uz add-zsh-hook + # Load plugins # ================================================================ source $HOME/.config/zsh/legacy/functions.zsh