mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-11-04 10:59:08 +00:00 
			
		
		
		
	[#23] Convert alias into a module
This commit is contained in:
		
							
								
								
									
										1
									
								
								init.zsh
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								init.zsh
									
									
									
									
									
								
							@@ -56,7 +56,6 @@ source "${0:h}/completion.zsh"
 | 
				
			|||||||
source "${0:h}/history.zsh"
 | 
					source "${0:h}/history.zsh"
 | 
				
			||||||
source "${0:h}/directory.zsh"
 | 
					source "${0:h}/directory.zsh"
 | 
				
			||||||
source "${0:h}/spectrum.zsh"
 | 
					source "${0:h}/spectrum.zsh"
 | 
				
			||||||
source "${0:h}/alias.zsh"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Source modules defined in ~/.zshrc.
 | 
					# Source modules defined in ~/.zshrc.
 | 
				
			||||||
for omodule in "$omodules[@]"; do
 | 
					for omodule in "$omodules[@]"; do
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user