Fix zprofile reference left over
This commit is contained in:
parent
52dc46d8da
commit
79b4ecf664
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ clean:
|
|||
rm -rf $(PACKER_DIR)
|
||||
rm -rf $(POWERLEVEL_DIR)
|
||||
|
||||
zsh: $(ZSH_DIR) $(ZSH_CUSTOM_DIR) $(POWERLEVEL_DIR) $(ZSH_TARGETS) $(HOME)/.zprofile
|
||||
zsh: $(ZSH_DIR) $(ZSH_CUSTOM_DIR) $(POWERLEVEL_DIR) $(ZSH_TARGETS)
|
||||
|
||||
ssh: $(HOME)/.ssh/config $(HOME)/.ssh/sockets $(HOME)/.ssh/config.d
|
||||
|
||||
|
|
Loading…
Reference in a new issue