From 61edb91dd5c4bf6b9e487605f3cf4e57afcbf26f Mon Sep 17 00:00:00 2001 From: mg Date: Tue, 29 Aug 2023 09:23:22 +0200 Subject: [PATCH] typo --- .bash_extra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_extra b/.bash_extra index 1a3f0ca..04d052a 100644 --- a/.bash_extra +++ b/.bash_extra @@ -17,7 +17,7 @@ YELLOW='\[\e[33m\]' WHITE='\[\e[97m\]' BLACK='\[\e[30m\]' RESET='\[\e[0m\]' -ORANGE='\[e[0;33m\]' +ORANGE='\[\e[0;33m\]' # git-symbole: * unstaged, + staged, $ stashed, % untracked export GIT_PS1_SHOWUNTRACKEDFILES=1 export GIT_PS1_SHOWDIRTYSTATE=1