1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

#495: Add comment in put_to_history

This commit is contained in:
nvbn 2016-04-22 03:16:16 +03:00
parent d5ae3a6b41
commit 51839e65cd

View File

@ -83,4 +83,9 @@ class Generic(object):
return line
def put_to_history(self, command):
pass
"""Adds fixed command to shell history.
In most of shells we change history on shell-level, but not
all shells support it (Fish).
"""