#682: Use our own shell logger, fix experimental instant mode on macos

This commit is contained in:
Vladimir Iakovlev
2017-10-08 16:17:41 +02:00
parent edac010a7b
commit d2c70bd8b8
6 changed files with 85 additions and 4 deletions
+1 -1
View File
@@ -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)