diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-08-20 00:13:16 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-08-20 00:13:16 +0100 |
commit | 1e071228beec831a75a55516b8326223c5af197a (patch) | |
tree | 44d44cd3afcca632c859177eea4db087081072a7 /Shell | |
parent | b6ef43590e14501f365ae2e14c5d4d2893516360 (diff) | |
download | dotfiles-1e071228beec831a75a55516b8326223c5af197a.tar.gz dotfiles-1e071228beec831a75a55516b8326223c5af197a.tar.bz2 dotfiles-1e071228beec831a75a55516b8326223c5af197a.zip |
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc index f935115..6f78ee3 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -35,7 +35,7 @@ autoload -U compinit setopt autocd export ZSH_THEME="af-magic" PS1="%B%F{4}[%(4~|...|)%3~] -%F{white}%F{0}%m%b%f> %k" +%F{white}%F{2}%m%b%f> %k" setopt BANG_HIST setopt EXTENDED_HISTORY |