mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 06:38:32 +00:00
Review comments
This commit is contained in:
parent
f646541306
commit
96925fc737
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user