From ca2f21b0430e61e5f4aab7e719c9c244bfcf2fb3 Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Sat, 13 Jan 2018 21:48:03 +0000 Subject: [PATCH] fix typo in install script --- setup-env.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup-env.sh b/setup-env.sh index e275b96..e32f671 100755 --- a/setup-env.sh +++ b/setup-env.sh @@ -10,10 +10,10 @@ sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/to # Setup config files git clone https://github.com/ViktorBarzin/dot_files.git && \ -cp g.zshrc ~/.zshrc && \ -cp g.bash_aliases ~/.bash_aliases && \ -sudo cp gvirtualenvwrapper.sh /usr/local/bin/virtualenvwrapper.sh && \ -cp g.zshenv ~/.zshenv && \ +cp .zshrc ~/.zshrc && \ +cp .bash_aliases ~/.bash_aliases && \ +sudo cp virtualenvwrapper.sh /usr/local/bin/virtualenvwrapper.sh && \ +cp .zshenv ~/.zshenv && \ # Configure j (jump) # Debian like