diff --git a/modules/git/functions/git-info b/modules/git/functions/git-info index 83be7160..07ebf803 100644 --- a/modules/git/functions/git-info +++ b/modules/git/functions/git-info @@ -65,7 +65,7 @@ # # Load dependencies. -pmodload 'trap' +pmodload 'helper' # Gets the Git special action (am, bisect, cherry, merge, rebase). # Borrowed from vcs_info and edited. diff --git a/modules/trap/README.md b/modules/helper/README.md similarity index 100% rename from modules/trap/README.md rename to modules/helper/README.md diff --git a/modules/trap/functions/add-zsh-trap b/modules/helper/functions/add-zsh-trap similarity index 100% rename from modules/trap/functions/add-zsh-trap rename to modules/helper/functions/add-zsh-trap