From bbe8959c26073cb7fc164e2b4a0a8d41366767fc Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Mon, 10 Feb 2020 20:05:35 -0600 Subject: [PATCH] Update .zshrc --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 6c68d13..5792b83 100644 --- a/.zshrc +++ b/.zshrc @@ -1,3 +1,6 @@ +# Dependancies You Need for this Config +# zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos +# lf-bin - Binaries for LF in AUR # Enable colors and change prompt: autoload -U colors && colors PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "