This commit is contained in:
2024-07-19 18:23:27 +02:00
parent d6587a7a27
commit e350ca147a

View File

@@ -45,7 +45,7 @@ export NODE_REPL_HISTORY_SIZE='32768';
# Use sloppy mode by default, matching web browsers. # Use sloppy mode by default, matching web browsers.
export NODE_REPL_MODE='sloppy'; export NODE_REPL_MODE='sloppy';
export WINIT_X11_SCALE_FACTOR=1; # export WINIT_X11_SCALE_FACTOR=1;
# Make Python use UTF-8 encoding for output to stdin, stdout, and stderr. # Make Python use UTF-8 encoding for output to stdin, stdout, and stderr.
export PYTHONIOENCODING='UTF-8'; export PYTHONIOENCODING='UTF-8';