From 99d5cb409d14eab9bbc06109203bdb5d8451a083 Mon Sep 17 00:00:00 2001 From: sup39 Date: Sat, 1 Aug 2020 00:03:54 +0900 Subject: [PATCH] fix setup.sh(zshenv) --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 997e72f..92f76f8 100644 --- a/setup.sh +++ b/setup.sh @@ -2,7 +2,7 @@ # .zshrc [ -f $HOME/.zshrc ] || curl https://raw.githubusercontent.com/sup39/zsh-setup/master/zshrc -o $HOME/.zshrc # .zshenv -[ -f $HOME/.zshenv ] || curl https://raw.githubusercontent.com/sup39/zsh-setup/master/zprofile -o $HOME/.zshenv +[ -f $HOME/.zshenv ] || curl https://raw.githubusercontent.com/sup39/zsh-setup/master/zshenv -o $HOME/.zshenv # .vim/sup39 [ -d $HOME/.vim/sup39 ] || git clone https://github.com/sup39/vimrc $HOME/.vim/sup39