1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Merge 754cf26c8f8d4a75d8e078a5aa62fdf767e34cf6 into c7e7e1d884d3bb241ea6448f72a989434c2a35ec

This commit is contained in:
github-usr-name 2024-05-11 07:32:14 +08:00 committed by GitHub
commit 657a2703e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ class Zsh(Generic):
export PYTHONIOENCODING=utf-8;
TF_CMD=$(
thefuck {argument_placeholder} $@
) && eval $TF_CMD;
) && eval "${{TF_CMD}}";
unset TF_HISTORY;
export PYTHONIOENCODING=$TF_PYTHONIOENCODING;
{alter_history}