summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-16 02:20:44 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-16 02:20:44 +0100
commitb3d9c5d2033a75bf25a8f0de378353c9b26b7eed (patch)
treef7f4d95d2f830d4a7f2dc6933e6939d2361a5895
parentm doc (diff)
downloadblueshift-b3d9c5d2033a75bf25a8f0de378353c9b26b7eed.tar.gz
blueshift-b3d9c5d2033a75bf25a8f0de378353c9b26b7eed.tar.bz2
blueshift-b3d9c5d2033a75bf25a8f0de378353c9b26b7eed.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rwxr-xr-xsrc/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py
index 80df1cc..be4be42 100755
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -120,7 +120,7 @@ running = True
'''
-## Load extension and configurations via ponysayrc
+## Load extension and configurations via blueshiftrc
for file in ('$XDG_CONFIG_HOME/%/%rc', '$HOME/.config/%/%rc', '$HOME/.%rc', '/etc/%rc'):
file = file.replace('%', 'blueshift')
for arg in ('XDG_CONFIG_HOME', 'HOME'):