From bc82f25a1ea548073d65db22961cc2d7bcf9e35b Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 28 Aug 2019 13:28:18 +0100 Subject: Change default CWD formatting No need for a prefix, it is obvious that the string is referring to the current working directory. --- noice.c | 2 +- noiceconf.def.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/noice.c b/noice.c index a492f24..423c570 100644 --- a/noice.c +++ b/noice.c @@ -77,7 +77,7 @@ int idle; /* * Layout: * .--------- - * | cwd: /mnt/path + * | /mnt/path * | * | file0 * | file1 diff --git a/noiceconf.def.h b/noiceconf.def.h index edb0f52..d895935 100644 --- a/noiceconf.def.h +++ b/noiceconf.def.h @@ -1,5 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#define CWD "cwd: " +#define CWD "" #define CURSR " > " #define EMPTY " " -- cgit v1.2.3