dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 6db32310436cf791280d5ec8a1619b28cdc3cfe8
parent cc2deb315871f4e8c7666a0f0ef948c83b3d872b
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 13 Mar 2020 17:50:56 +0000

ico ahead and behind arrows

Diffstat:
Mzsh/.zsh/prompt.zsh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zsh/.zsh/prompt.zsh b/zsh/.zsh/prompt.zsh @@ -1,8 +1,8 @@ # PROMPT ICO_DIRTY="⚡" -ICO_AHEAD="🠙" -ICO_BEHIND="🠛" +ICO_AHEAD="▲" +ICO_BEHIND="▼" ICO_DIVERGED="⥮" COLOR_ROOT="%F{red}" COLOR_USER="%F{cyan}"