1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 20:11:17 +00:00

fix thefuck-alias

This commit is contained in:
SanketDG 2015-05-12 14:29:00 +05:30
parent 0fc7c00e8d
commit 7489040f8f

View File

@ -32,7 +32,7 @@ class Generic(object):
return command_script
def app_alias(self):
return "\nalias fuck='eval $(thefuck $(fc -ln -1))'\n"
print "\nalias fuck='eval $(thefuck $(fc -ln -1))'\n"
def _get_history_file_name(self):
return ''