config.h shouldn't be in the repo. - thinglaunch - A simple command and passwor… | |
git clone git://bitreich.org/thinglaunch | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit a0a1f790e60975939f4af0cb291abb32372c8f9e | |
parent 6e8e0fef1c56465feb26cb4009c54315baa1ecb3 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Fri, 31 Oct 2014 13:34:54 +0100 | |
config.h shouldn't be in the repo. | |
Thanks Drakevr! | |
Diffstat: | |
D config.h | 5 ----- | |
1 file changed, 0 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/config.h b/config.h | |
@@ -1,5 +0,0 @@ | |
-static const char *font = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*"; | |
-static const char *prompt = "exec> "; | |
-static const char *normbgcolor = "#222222"; | |
-static const char *normfgcolor = "#cccccc"; | |
- |