1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Review comments

This commit is contained in:
p73632 2020-01-06 12:42:51 +00:00 committed by Pablo Santiago Blum de Aguiar
parent f646541306
commit 96925fc737

View File

@ -51,7 +51,7 @@ class Fish(Generic):
def app_alias(self, alias_name):
if settings.alter_history:
alter_history = (' builtin history delete --exact'
' --case-sensitive -- $fucked_up_command')
' --case-sensitive -- $fucked_up_command\n')
else:
alter_history = ''
# It is VERY important to have the variables declared WITHIN the alias