From d9d21532fc20d03c4673618be89e41a5a258f051 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Fri, 29 May 2020 11:55:54 -0500 Subject: [PATCH] changing for git clone --- .zshrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.zshrc b/.zshrc index bcf3695..cb1acb5 100644 --- a/.zshrc +++ b/.zshrc @@ -4,9 +4,9 @@ # zsh-autosuggestions - Suggestions based on your history # Initial Setup -# mkdir -p "$HOME/.zsh" -# git clone https://github.com/sindresorhus/pure.git "$HOME/.zsh/pure" -# Setup Alias in $HOME/.zsh/aliasrc +# mkdir -p "$HOME/zsh/.zsh" +# git clone https://github.com/sindresorhus/pure.git "$HOME/zsh/.zsh/pure" +# Setup Alias in $HOME/zsh/.zsh/aliasrc # Enable colors and change prompt: autoload -U colors && colors @@ -14,7 +14,7 @@ PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magent # Pure Prompt -fpath+=$HOME/.zsh/pure +fpath+=$HOME/zsh/.zsh/pure autoload -U promptinit; promptinit prompt pure @@ -34,7 +34,7 @@ _comp_options+=(globdots) # Include hidden files. bindkey '^ ' autosuggest-accept # Load aliases and shortcuts if existent. -[ -f "$HOME/.zsh/aliasrc" ] && source "$HOME/.zsh/aliasrc" +[ -f "$HOME/zsh/.zsh/aliasrc" ] && source "$HOME/zsh/.zsh/aliasrc" # Load ; should be last. source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null