File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,20 @@ kfc [-s palette|-L|-r] [l|-v|-p]
51
51
-v Show version information
52
52
53
53
54
+ EXAMPLES
55
+ --------
56
+
57
+ - To apply a color palette automatically to a new
58
+ terminal window, you can add the following line to
59
+ one of your system startup files (e.g ~/.profile,
60
+ ~/.ashrc or ~/.bashrc):
61
+
62
+ $ [ -x "$(command -v kfc)" ] && kfc -s PALETTE
63
+
64
+ Remember to replace PALETTE in the line above
65
+ with your preferred color palette.
66
+
67
+
54
68
NEW PALETTES
55
69
------------
56
70
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ list_palette(void)
94
94
95
95
while ((de = readdir (p .dr )) != NULL )
96
96
{
97
- printf ("-> %s\n" , de -> d_name );
97
+ printf ("%s\n" , de -> d_name );
98
98
}
99
99
100
100
closedir (p .dr );
You can’t perform that action at this time.
0 commit comments