diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-12-30 18:33:48 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-12-30 18:34:48 +0000 |
commit | 9867c1029c72d799c348ea2b013a384ed23b2039 (patch) | |
tree | 3927e5f34b3784546daf0dbcf8025b97528bc0d7 /Shell/.zshrc | |
parent | 30f92b7dba6724e9c22e77eca49dd1843dc11f1e (diff) | |
download | dotfiles-9867c1029c72d799c348ea2b013a384ed23b2039.tar.gz dotfiles-9867c1029c72d799c348ea2b013a384ed23b2039.tar.bz2 dotfiles-9867c1029c72d799c348ea2b013a384ed23b2039.zip |
Change prompt
Diffstat (limited to 'Shell/.zshrc')
-rw-r--r-- | Shell/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc index 838f233..bb850b7 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}>> %b%f%k" +%F{white}%F{0}%m%b%f> %k" setopt BANG_HIST setopt EXTENDED_HISTORY |