From 8e956a0dedad59ca1e9d86f81428d6e7b5984672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Fri, 12 Aug 2022 04:37:17 -0300 Subject: [PATCH] Change prompt character. It's just more stylish. --- ep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ep.c b/ep.c index 471fce5..5f12173 100644 --- a/ep.c +++ b/ep.c @@ -19,7 +19,7 @@ #include "info_strings.h" #include "ep.h" -#define PROMPT " ➜ " +#define PROMPT " λ " #define JOBS " ✦" pthread_attr_t *thread_a = 0;