Added comments support on .terminatorrc
This commit is contained in:
parent
a4013ad0f3
commit
84b984dc0c
|
@ -153,6 +153,7 @@ class TerminatorTerm:
|
|||
|
||||
for line in config:
|
||||
try:
|
||||
line = line.split("#")[0]
|
||||
line = line.strip ()
|
||||
if line:
|
||||
(key,value) = line.split ("=")
|
||||
|
|
Loading…
Reference in New Issue