From ac7ee4ac947751cf21fbf6467018a083b6404268 Mon Sep 17 00:00:00 2001 From: Aron Yoon Date: Tue, 26 Feb 2019 12:05:19 +0900 Subject: [PATCH] Update ziwon.sh --- ziwon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ziwon.sh b/ziwon.sh index 46fc3be..e6f0f91 100644 --- a/ziwon.sh +++ b/ziwon.sh @@ -40,7 +40,7 @@ brew bundle --file=$REPO_HOME/ziwon.sh/Brewfile sudo spctl --master-enable # Initialize commons -commons=(bash zsh nvim tmux) +commons=(bash zsh pyenv nvim tmux) for dir in $commons; do bash -c "$dir/init" done;