[zsh] Do a bunch of profiling and clean up all my init functions -- shell init is so much faster now!
This commit is contained in:
parent
7e126fe703
commit
1c2e9025cf
11 changed files with 135 additions and 185 deletions
8
zshrc
8
zshrc
|
@ -17,7 +17,6 @@ init_rc_configure_zle emacs
|
|||
init_rc_configure_completion
|
||||
init_zsh_options
|
||||
init_zsh_history
|
||||
init_zsh_functions
|
||||
init_app_environments
|
||||
|
||||
autoload +X init_rc_$SYS
|
||||
|
@ -28,5 +27,8 @@ if ! alias ls 2>&1 1>/dev/null; then
|
|||
init_configure_ls `which ls`
|
||||
fi
|
||||
|
||||
autoload g
|
||||
autoload vi
|
||||
autoload -Uz g
|
||||
autoload -Uz nethack
|
||||
autoload -Uz pw
|
||||
autoload -Uz up
|
||||
autoload -Uz vi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue