Skip to content

Commit

Permalink
load add-zsh-hook at first
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Mar 30, 2024
1 parent 89f72a4 commit a732698
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/.config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a732698

Please sign in to comment.