5 lines
97 B
Bash
5 lines
97 B
Bash
export PYTHONDONTWRITEBYTECODE=1
|
|
export CLICOLOR=1
|
|
export EDITOR=vim
|
|
export LC_ALL="en_US.UTF-8"
|