From d6593cec581e8a5fed50c537c2266a97cfad48ff Mon Sep 17 00:00:00 2001 From: Meutel Date: Mon, 1 May 2017 18:48:25 +0200 Subject: [PATCH] Unicode bash comment --- _bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/_bashrc b/_bashrc index 677e882..0438559 100644 --- a/_bashrc +++ b/_bashrc @@ -91,6 +91,7 @@ export SSH_AUTH_SOCK=~/.ssh/ssh_auth_sock ##### PROMPT ##### prompt_status() { + # unicode to hex: echo -ne "\u2620" | hexdump -C if [[ "$exitStatus" == "0" ]] then echo -n "${GREENB}\xE2\x9a\x90"