mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	zsh_reload: fix code style and indent with tabs
This commit is contained in:
		| @@ -1,13 +1,11 @@ | |||||||
| # reload zshrc | src() { | ||||||
| function src() | 	local cache="$ZSH_CACHE_DIR" | ||||||
| { | 	autoload -U compinit zrecompile | ||||||
|   local cache=$ZSH_CACHE_DIR | 	compinit -d "$cache/zcomp-$HOST" | ||||||
|   autoload -U compinit zrecompile |  | ||||||
|   compinit -d "$cache/zcomp-$HOST" |  | ||||||
|  |  | ||||||
|   for f in ~/.zshrc "$cache/zcomp-$HOST"; do | 	for f in ~/.zshrc "$cache/zcomp-$HOST"; do | ||||||
|     zrecompile -p $f && command rm -f $f.zwc.old | 		zrecompile -p $f && command rm -f $f.zwc.old | ||||||
|   done | 	done | ||||||
|  |  | ||||||
|   source ~/.zshrc | 	source ~/.zshrc | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user