From 84b984dc0cae704e30d9a784e692bb2bc0cbc3f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Valc=C3=A1rcel?= Date: Tue, 26 Feb 2008 13:03:41 -0500 Subject: [PATCH] Added comments support on .terminatorrc --- terminator | 1 + 1 file changed, 1 insertion(+) diff --git a/terminator b/terminator index 847e465f..acce2c78 100755 --- a/terminator +++ b/terminator @@ -153,6 +153,7 @@ class TerminatorTerm: for line in config: try: + line = line.split("#")[0] line = line.strip () if line: (key,value) = line.split ("=")