diff --git a/thefuck/shells/generic.py b/thefuck/shells/generic.py index ba9e0cd..e20d7ec 100644 --- a/thefuck/shells/generic.py +++ b/thefuck/shells/generic.py @@ -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). + + """