forked from Lainports/freebsd-ports
cdf means "colorized df". The main features of cdf are: * customazable color schemes * eye-friendly capacity bars * most of such utils needs some 3rd party libraries, * python interpreter and so on, while cdf written in pure C PR: ports/73007 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
11 lines
267 B
C
11 lines
267 B
C
--- src/main.c.orig Fri Oct 22 19:18:32 2004
|
|
+++ src/main.c Fri Oct 22 19:18:43 2004
|
|
@@ -38,6 +38,8 @@
|
|
|
|
|
|
blocksize = 1048576;
|
|
+
|
|
+ read_config_file(expand_filename("~/.cdfrc"));
|
|
|
|
while ((ch = getopt(argc, argv, "gkmt:v")) != -1)
|
|
switch (ch) {
|