Change prompt character.

It's just more stylish.
This commit is contained in:
Érico Nogueira 2022-08-12 04:37:17 -03:00
parent 3de3e8b411
commit 8e956a0ded
1 changed files with 1 additions and 1 deletions

2
ep.c
View File

@ -19,7 +19,7 @@
#include "info_strings.h"
#include "ep.h"
#define PROMPT " "
#define PROMPT " λ "
#define JOBS " ✦"
pthread_attr_t *thread_a = 0;