summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cfetch/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfetch/__init__.py b/cfetch/__init__.py
index 4d2a664..9c5df6a 100644
--- a/cfetch/__init__.py
+++ b/cfetch/__init__.py
@@ -72,6 +72,7 @@ _INDEX = {
_PATH = [
dirname(realpath(__file__)),
'/usr/share/coinfetch',
+ '/usr/local/share/coinfetch',
join(expanduser('~'), '.coinfetch')
]