#682: Use our own shell logger, fix experimental instant mode on macos
This commit is contained in:
@@ -44,7 +44,7 @@ class Bash(Generic):
|
||||
return '''
|
||||
export THEFUCK_INSTANT_MODE=True;
|
||||
export THEFUCK_OUTPUT_LOG={log};
|
||||
script -feq {log};
|
||||
thefuck --shell-logger {log};
|
||||
rm {log};
|
||||
exit
|
||||
'''.format(log=log_path)
|
||||
|
||||
Reference in New Issue
Block a user