[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
3
zshenv
3
zshenv
|
|
@ -18,7 +18,6 @@ init_path
|
|||
init_env
|
||||
init_env_python
|
||||
|
||||
autoload +X init_env_$SYS
|
||||
if [[ $? ]]; then
|
||||
if autoload +X init_env_$SYS; then
|
||||
init_env_$SYS
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue