| 
									
										
										
										
											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 \
 | 
					
						
							| 
									
										
										
										
											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 \
 | 
					
						
							| 
									
										
										
										
											2022-05-25 17:02:48 -07:00
										 |  |  | ) | 
					
						
							| 
									
										
										
										
											2021-12-31 11:54:55 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-08-02 18:20:47 -07:00
										 |  |  | if [[ -o LOGIN ]]; then | 
					
						
							|  |  |  |     zsh_init_rc_functions+=( | 
					
						
							|  |  |  |         list_tmux_sessions \
 | 
					
						
							|  |  |  |     ) | 
					
						
							|  |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-25 17:02:48 -07:00
										 |  |  | do_init_functions zsh_init_rc_functions | 
					
						
							| 
									
										
										
										
											2012-08-17 12:48:04 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-08-01 10:38:48 -07:00
										 |  |  | autoload -Uz bool | 
					
						
							| 
									
										
										
										
											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 |