Update bash prompt for new glitter format

This commit is contained in:
Gwen Lofman 2020-03-20 09:08:24 -04:00
parent 4bc69529bf
commit 31911373f3
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
export GIT_FMT="\[#g;*(\b)#r(\B(#~(' ⇒ ')))#w(\(#~;*(\+('↑')\-('↓')))\<#g(\M\A\R\D)#r(\m\a\u\d)>\{#m;*;_(\h('@'))})]' '#b;*('\w')'\n '"
export GIT_FMT="[#g*(b)#r(B(#~(' ⇒ ')))#w(\(#~*(+('↑')-('↓'))) #~(<#g(MARD)#r(maud)>{#m*_(h('@'))}))] #b*('\w')'\n '"
export PS1_FMT="#g;*('\h')' '#b;*('\w')'\n '"
export PS1_FMT="#g*('\h') #b*('\w')'\n '"
__set_prompt() {
local EXIT="$?"