1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-21 20:38:54 +00:00

#524: Fix tcsh encoding

This commit is contained in:
nvbn 2016-06-28 00:00:49 +03:00
parent 8bea63eb23
commit 917c6ac887

View File

@ -25,6 +25,7 @@ def proc(request, spawnu, run_without_docker):
if not run_without_docker:
proc.sendline(u'pip install /src')
proc.sendline(u'tcsh')
proc.sendline(u'setenv PYTHONIOENCODING utf8')
proc.sendline(u'eval `thefuck --alias`')
return proc