2011-10-20 13:45:40 -07:00
|
|
|
# Eryn Wells <eryn@erynwells.me>
|
2011-05-03 21:53:50 -07:00
|
|
|
|
2022-05-25 17:02:48 -07:00
|
|
|
zsh_init_rc_functions=( \
|
2023-06-01 10:27:12 -07:00
|
|
|
init_rc_fpath_darwin \
|
2022-05-25 17:02:48 -07:00
|
|
|
init_rc_aliases \
|
|
|
|
init_configure_ls \
|
|
|
|
init_rc_tilde_paths \
|
|
|
|
init_rc_configure_prompt \
|
|
|
|
init_rc_configure_zle \
|
|
|
|
init_rc_configure_completion \
|
|
|
|
init_zsh_options \
|
|
|
|
init_zsh_history \
|
|
|
|
init_app_environments \
|
|
|
|
init_rc_$SYS \
|
|
|
|
)
|
2021-12-31 11:54:55 -08:00
|
|
|
|
2022-05-25 17:02:48 -07:00
|
|
|
do_init_functions zsh_init_rc_functions
|
2012-08-17 12:48:04 -07:00
|
|
|
|
2022-01-22 10:13:05 -08:00
|
|
|
autoload -Uz g
|
|
|
|
autoload -Uz nethack
|
|
|
|
autoload -Uz pw
|
|
|
|
autoload -Uz up
|
|
|
|
autoload -Uz vi
|
2024-03-04 13:58:20 -08:00
|
|
|
autoload -Uz homebrew-prefix
|