[zsh] Clean up init-rc-darwin

This commit is contained in:
Eryn Wells 2024-09-24 09:30:51 -07:00
parent f2144fcbed
commit c260784e5d
3 changed files with 40 additions and 43 deletions

2
zshrc
View file

@ -11,7 +11,7 @@ zsh_init_rc_functions=( \
init_zsh_options \
init_zsh_history \
init_app_environments \
init_rc_$SYS \
init-rc-$SYS \
)
if [[ -o LOGIN ]]; then