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 "