#585: Add note about reloading changes in how to configure message

This commit is contained in:
Vladimir Iakovlev
2017-01-15 14:03:09 +01:00
parent 3a9942061d
commit 8447b5caa2
6 changed files with 31 additions and 10 deletions
+6 -1
View File
@@ -44,4 +44,9 @@ class Bash(Generic):
config = '~/.bashrc'
else:
config = 'bash config'
return 'eval $(thefuck --alias)', config
return {
'content': 'eval $(thefuck --alias)',
'path': config,
'reload': u'source {}'.format(config),
}