From 9195a3ee8c7a28f944a9deae26488b03ed970cfc Mon Sep 17 00:00:00 2001 From: Owen LeJeune Date: Mon, 2 Mar 2020 00:26:57 -0500 Subject: [PATCH] update dotfiles plugin --- dotfiles/dotfiles.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/dotfiles.plugin.zsh b/dotfiles/dotfiles.plugin.zsh index 16efead..81844d9 100644 --- a/dotfiles/dotfiles.plugin.zsh +++ b/dotfiles/dotfiles.plugin.zsh @@ -1,2 +1,2 @@ -alias dotfile-make="sh ~/.dotfiles/dotfile-make.sh" +alias dotfile-make="sh ~/.dotfiles/tools/dotfile-make.sh" alias df-make="dotfile-make"