diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-06-22 02:26:08 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-06-22 02:26:08 +0100 |
commit | a89353eeb8727e31baa6093817be37583a34c41e (patch) | |
tree | 8267afbbd58d20cad7a330fb7a67393b998cd13e /Shell | |
parent | 3ef303fb670303571999aa5b9765ea91ad02ce56 (diff) | |
download | dotfiles-a89353eeb8727e31baa6093817be37583a34c41e.tar.gz dotfiles-a89353eeb8727e31baa6093817be37583a34c41e.tar.bz2 dotfiles-a89353eeb8727e31baa6093817be37583a34c41e.zip |
Tons of changes
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 a3539b1..b1beb27 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -44,7 +44,7 @@ autoload -U compinit setopt autocd export ZSH_THEME="af-magic" -PS1="%B%F{128}(%n@%m)%B%F{64}[%(4~|...|)%3~] +PS1="%B%F{4}[%(4~|...|)%3~] %F{white}>> %b%f%k" setopt BANG_HIST |