From bff1491744c996fd98e79cf53c1b1bd7c6531058 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 23 Jul 2021 13:52:08 +0200 Subject: [PATCH] prepare for chezmoi --- install | 2 +- copy/zshenv => zshenv | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename copy/zshenv => zshenv (100%) diff --git a/install b/install index b088731..7c2aa8c 100755 --- a/install +++ b/install @@ -1,3 +1,3 @@ #!/bin/bash echo ">>> Copying .zshenv - Please Wait! <<<" -cp ${HOME}/.config/dotfiles/copy/zshenv ${HOME}/.zshenv +cp ${HOME}/.config/dotfiles/zshenv ${HOME}/.zshenv diff --git a/copy/zshenv b/zshenv similarity index 100% rename from copy/zshenv rename to zshenv