Update .zshrc

This commit is contained in:
Chris Titus 2020-02-10 20:05:35 -06:00 committed by GitHub
parent aa300c4d1f
commit bbe8959c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.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 "