Skip to content

Commit

Permalink
Merge pull request #303 from izumin5210/izumin5210/fix-zsh
Browse files Browse the repository at this point in the history
fix(zsh): load add-zsh-hook at first
  • Loading branch information
izumin5210 authored Mar 30, 2024
2 parents 89f72a4 + d5592e2 commit 68a2cb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Expand Up @@ -38,9 +41,6 @@ eval "$(sheldon source)"
# ================================================================
REPORTTIME=3

bindkey -e # emacs emulation
autoload -Uz add-zsh-hook

setopt correct
setopt interactive_comments
setopt extended_glob
Expand Down

0 comments on commit 68a2cb0

Please sign in to comment.