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