Fixed issue with compdef loading in the wrong order
This commit is contained in:
		
							
								
								
									
										3
									
								
								zsh/rc
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								zsh/rc
									
									
									
									
									
								
							@@ -3,10 +3,11 @@
 | 
			
		||||
source "$HOME/.wryn/env/env.zsh"
 | 
			
		||||
 | 
			
		||||
RC_DIR="$DOTWRYN/zsh"
 | 
			
		||||
source "$DOTWRYN/zsh/config"
 | 
			
		||||
 | 
			
		||||
# --- load custom plugins ------------------------------------------
 | 
			
		||||
 | 
			
		||||
for file in $(find $RC_DIR -maxdepth 1 -type f ! -name 'rc'); do source $file; done;
 | 
			
		||||
for file in $(find $RC_DIR -maxdepth 1 -type f ! -name 'rc' ! -name 'config'); do source $file; done;
 | 
			
		||||
 | 
			
		||||
# operating system specific plugins
 | 
			
		||||
case "$OSTYPE" in
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user