mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-22 12:58:33 +00:00
#495: Add comment in put_to_history
This commit is contained in:
parent
d5ae3a6b41
commit
51839e65cd
@ -83,4 +83,9 @@ class Generic(object):
|
|||||||
return line
|
return line
|
||||||
|
|
||||||
def put_to_history(self, command):
|
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).
|
||||||
|
|
||||||
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user