[zsh] Autoload +X the init functions in zshrc
This commit is contained in:
parent
74156cf2fc
commit
b1ab4a0446
1 changed files with 9 additions and 9 deletions
18
zshrc
18
zshrc
|
@ -3,15 +3,15 @@
|
||||||
|
|
||||||
shell-log 'Initializing Interactive Environment'
|
shell-log 'Initializing Interactive Environment'
|
||||||
|
|
||||||
autoload init_app_environments
|
autoload +X init_app_environments
|
||||||
autoload init_rc_aliases
|
autoload +X init_rc_aliases
|
||||||
autoload init_rc_configure_completion
|
autoload +X init_rc_configure_completion
|
||||||
autoload init_rc_configure_ls
|
autoload +X init_rc_configure_ls
|
||||||
autoload init_rc_configure_prompt
|
autoload +X init_rc_configure_prompt
|
||||||
autoload init_rc_configure_zle
|
autoload +X init_rc_configure_zle
|
||||||
autoload init_zsh_options
|
autoload +X init_zsh_options
|
||||||
autoload init_zsh_history
|
autoload +X init_zsh_history
|
||||||
autoload init_zsh_functions
|
autoload +X init_zsh_functions
|
||||||
|
|
||||||
init_rc_aliases
|
init_rc_aliases
|
||||||
init_rc_configure_prompt loquacious
|
init_rc_configure_prompt loquacious
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue