From eb82cb6252ab7c90f02a58de28051e477c9f2032 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Wed, 24 Jun 2020 13:45:06 +0200 Subject: [PATCH] updated stuff --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index b018b98..2d2d16a 100755 --- a/install +++ b/install @@ -7,3 +7,6 @@ sudo cp ${HOME}/.config/dotfiles/copy/gitignore /etc/gitignore echo ">>> Copying SSH Config - Please Wait! <<<" sudo cp ${HOME}/.config/dotfiles/copy/sshconfig /etc/ssh/ssh_config + +echo ">>> Copying ZSH Environment File - Please Wait! <<<" +cp ${HOME}/.config/dotfiles/copy/zshenv ${HOME}/.zshenv