aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-11-19 00:41:59 +0000
committerYann Herklotz <git@yannherklotz.com>2022-11-19 00:42:31 +0000
commita30b61fb45cf5dfb4f4da1bbbb9564fb32f9493a (patch)
tree8cbdd881b0c5010513171f2ee06862bd98d45c89 /zsh/.zshrc
parent07b6f9222d743d54380faef01c5ebf7108d1f02c (diff)
downloaddotfiles-a30b61fb45cf5dfb4f4da1bbbb9564fb32f9493a.tar.gz
dotfiles-a30b61fb45cf5dfb4f4da1bbbb9564fb32f9493a.zip
Add changes to doom emacs and zsh
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 017f031..26cc845 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -28,7 +28,8 @@ setopt HIST_FIND_NO_DUPS
#if [ -d ~/.cache/wal ]; then (cat ~/.cache/wal/sequences &) fi
#export MINIMAL_MAGIC_ENTER=no
-PS1="%n@%m %1~ %# "
+autoload -U colors && colors
+PS1="%{$fg[magenta]%}%n%{$reset_color%}@%{$fg[cyan]%}%m %{$fg[green]%}%1~%{$reset_color%} %# "
# Sourcing everything
#if [ -e /usr/share/fzf/key-bindings.zsh ]; then source /usr/share/fzf/key-bindings.zsh; fi