dotfiles/zshrc

31 lines
559 B
Bash
Raw Normal View History

# Eryn Wells <eryn@erynwells.me>
2011-05-03 21:53:50 -07:00
zsh_init_rc_functions=( \
init_rc_fpath_darwin \
2024-09-30 11:13:10 -07:00
init-rc-aliases \
init-rc-ls \
init-rc-prompt \
init-rc-zle \
init-rc-completion \
init-rc-zsh-options \
init-rc-zsh-history \
init-rc-app-environments \
2024-09-24 09:30:51 -07:00
init-rc-$SYS \
)
2021-12-31 11:54:55 -08:00
if [[ -o LOGIN ]]; then
zsh_init_rc_functions+=(
list_tmux_sessions \
)
fi
do_init_functions zsh_init_rc_functions
2025-08-01 10:38:48 -07:00
autoload -Uz bool
autoload -Uz g
autoload -Uz nethack
autoload -Uz pw
autoload -Uz up
autoload -Uz vi
autoload -Uz homebrew-prefix