Corrected ZPLUG_HOME to ZPLUG_DIR
This commit is contained in:
		
							parent
							
								
									a5c6341133
								
							
						
					
					
						commit
						0082c0b72a
					
				| 
						 | 
					@ -10,7 +10,7 @@ init:
 | 
				
			||||||
	$(info => Setting up zsh)
 | 
						$(info => Setting up zsh)
 | 
				
			||||||
ifeq ($(shell [ ! -e $(ZPLUG_DIR) ] $(return_val_truthy) ), true)
 | 
					ifeq ($(shell [ ! -e $(ZPLUG_DIR) ] $(return_val_truthy) ), true)
 | 
				
			||||||
	export ZPLUG_HOME=$(ZPLUG_DIR) \
 | 
						export ZPLUG_HOME=$(ZPLUG_DIR) \
 | 
				
			||||||
  ; git clone https://github.com/zplug/zplug $(ZPLUG_HOME) \
 | 
					  ; git clone https://github.com/zplug/zplug $(ZPLUG_DIR) \
 | 
				
			||||||
  ; $(report) "zplug installed"
 | 
					  ; $(report) "zplug installed"
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
	$(mk_link) $(SRC) ~/.zsh
 | 
						$(mk_link) $(SRC) ~/.zsh
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user