aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2019-08-28 13:28:18 +0100
committersin <sin@2f30.org>2019-09-05 22:38:15 +0100
commitbc82f25a1ea548073d65db22961cc2d7bcf9e35b (patch)
treed6ddf03a4bef66d5f57454adeab33b57fe232b41
parent5d920bf5850b8f117760d0e97a5531891b3227bd (diff)
downloadnoice-bc82f25a1ea548073d65db22961cc2d7bcf9e35b.tar.gz
Change default CWD formatting
No need for a prefix, it is obvious that the string is referring to the current working directory.
-rw-r--r--noice.c2
-rw-r--r--noiceconf.def.h2
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 " "
Un proyecto texto-plano.xyz