diff options
author | dx <aryadevchavali1@gmail.com> | 2020-07-12 02:56:00 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-07-12 02:59:01 +0100 |
commit | 3099cefb5712c7829d0eaf0c83c998639f0d5db0 (patch) | |
tree | 3e9ae6608c91e59b3c55ce224719a85a4bbc7bb8 /Shell | |
parent | dd910c4b3da1533c65fb09d46fed650a4b85ebc7 (diff) | |
download | dotfiles-3099cefb5712c7829d0eaf0c83c998639f0d5db0.tar.gz dotfiles-3099cefb5712c7829d0eaf0c83c998639f0d5db0.tar.bz2 dotfiles-3099cefb5712c7829d0eaf0c83c998639f0d5db0.zip |
~set prompt colors
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc index e7062de..eb5dc8c 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -18,8 +18,8 @@ alias dre="doom sync" ## ZSH export ZSH_THEME="af-magic" -PS1="%F{8}[δx@%m%k] %B%F{14}[%(4~|...|)%3~]%F{white} -λ %b%f%k" +PS1="%B%F{blue}[%(4~|...|)%3~] +%F{white}λ %b%f%k" setopt histignorealldups sharehistory autoload -U colors && colors |