Skip to content

Commit

Permalink
Shell: rename lazy to after
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Nov 28, 2024
1 parent 7d21a07 commit 3ee9796
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# zmodload zsh/zprof # for profiling

for conf in "$SHELL_CONFIG_HOME"/*.{sh,zsh}; do source "$conf"; done
for conf in "$SHELL_CONFIG_HOME"/lazy/*.{sh,zsh}; do source "$conf"; done
for conf in "$SHELL_CONFIG_HOME"/after/*.{sh,zsh}; do source "$conf"; done

0 comments on commit 3ee9796

Please sign in to comment.