diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-10-25 13:14:12 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-10-25 13:14:12 +0200 |
commit | 612f08778c346b8e0d294df8828fce33f99f1d25 (patch) | |
tree | cb1fbbb0f6e3ab44b65c1f376f0f8c8edab31e84 /python | |
parent | 3091127e7babec032304965d4a2cca251ad5bd3a (diff) |
Add vifm colours explicitly
Diffstat (limited to 'python')
-rw-r--r-- | python/.pythonrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/.pythonrc b/python/.pythonrc index e4c3b63..b124c6f 100644 --- a/python/.pythonrc +++ b/python/.pythonrc @@ -3,6 +3,7 @@ import math import matplotlib import numpy as np import sympy as sym +sym.init_printing() try: import hermipy as hm |