You've already forked powerlevel10k
							
							
				mirror of
				https://github.com/romkatv/powerlevel10k.git
				synced 2025-10-30 23:17:39 +02:00 
			
		
		
		
	zcompile all sources
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| *.zwc | ||||
| @@ -27,6 +27,10 @@ typeset -g __p9k_root_dir="${POWERLEVEL9K_INSTALLATION_DIR:-${${(%):-%x}:A:h}}" | ||||
|     return | ||||
|   fi | ||||
|   typeset -gr __p9k_sourced=1 | ||||
|   local f | ||||
|   for f in $__p9k_root_dir/{powerlevel9k.zsh-theme,powerlevel10k.zsh-theme,internal/p10k.zsh,internal/icons.zsh,internal/configure.zsh,gitstatus/gitstatus.plugin.zsh}; do | ||||
|     [[ $f.zwc -nt $f ]] || zcompile $f | ||||
|   done | ||||
|   source $__p9k_root_dir/internal/p10k.zsh || true | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user