diff --git a/thefuck/shells/bash.py b/thefuck/shells/bash.py index 8f4e0e1c..d6f4cdff 100644 --- a/thefuck/shells/bash.py +++ b/thefuck/shells/bash.py @@ -14,7 +14,7 @@ class Bash(Generic): " eval $TF_CMD".format(fuck) if settings.alter_history: - return alias + " && history -s $TF_CMD'" + return alias + "; history -s $TF_CMD'" else: return alias + "'"