summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-11-22 13:05:09 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-11-22 13:05:09 -0700
commite8228ec614f296a02dbf0b781610c270aeb5882a (patch)
tree4e55c47b0c6db7f3af081c80f48e7372f15d6b90 /.config/zsh
parentf38557b790f23d320d2bb1c3ef741e4f737303f9 (diff)
Tune some settings
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 77d9c09..1eb9d0b 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -4,7 +4,7 @@
# PS1 colors and style.
autoload -U colors && colors
-PS1="%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$ "
+PS1="%{$fg_bold[red]%}[%{$fg_bold[yellow]%}%n%{$fg_bold[green]%}@%{$fg_bold[blue]%}%M %{$fg_bold[magenta]%}%~%{$fg_bold[red]%}]%{$fg_bold[cyan]%}$%{$reset_color%} "
# Set LS_COLORS via dircolors.
[[ -f $HOME/.config/dircolors ]] && eval "$(dircolors $HOME/.config/dircolors)"