Update .zshrc
This commit is contained in:
parent
aa300c4d1f
commit
bbe8959c26
1 changed files with 3 additions and 0 deletions
3
.zshrc
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:
|
# Enable colors and change prompt:
|
||||||
autoload -U colors && colors
|
autoload -U colors && colors
|
||||||
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
|
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
|
||||||
|
|
Reference in a new issue