From b469815d51aaea4d8468ce85b87cf01397a49165 Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Fri, 29 May 2020 12:11:38 -0500 Subject: [PATCH] fix submodule for pure theme --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index cb1acb5..a687cd5 100644 --- a/.zshrc +++ b/.zshrc @@ -5,7 +5,7 @@ # Initial Setup # mkdir -p "$HOME/zsh/.zsh" -# git clone https://github.com/sindresorhus/pure.git "$HOME/zsh/.zsh/pure" +# git submodule add https://github.com/sindresorhus/pure.git "$HOME/zsh/.zsh/pure" # Setup Alias in $HOME/zsh/.zsh/aliasrc # Enable colors and change prompt: