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:
parent
8bea63eb23
commit
917c6ac887
@ -25,6 +25,7 @@ def proc(request, spawnu, run_without_docker):
|
|||||||
if not run_without_docker:
|
if not run_without_docker:
|
||||||
proc.sendline(u'pip install /src')
|
proc.sendline(u'pip install /src')
|
||||||
proc.sendline(u'tcsh')
|
proc.sendline(u'tcsh')
|
||||||
|
proc.sendline(u'setenv PYTHONIOENCODING utf8')
|
||||||
proc.sendline(u'eval `thefuck --alias`')
|
proc.sendline(u'eval `thefuck --alias`')
|
||||||
return proc
|
return proc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user