summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-10-25 13:14:12 +0200
committerUrbain Vaes <urbain@vaes.uk>2018-10-25 13:14:12 +0200
commit612f08778c346b8e0d294df8828fce33f99f1d25 (patch)
treecb1fbbb0f6e3ab44b65c1f376f0f8c8edab31e84 /python
parent3091127e7babec032304965d4a2cca251ad5bd3a (diff)
Add vifm colours explicitly
Diffstat (limited to 'python')
-rw-r--r--python/.pythonrc1
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